ipld-eth-server/vendor/github.com/jackpal/gateway
2019-12-02 13:24:49 -06:00
..
.travis.yml update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_common.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_darwin.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_freebsd.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_linux.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_solaris.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_unimplemented.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
gateway_windows.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
LICENSE update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
README.md update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00

gateway

A simple library for discovering the IP address of the default gateway.

Build Status

Provides implementations for:

  • FreeBSD
  • Linux
  • OS X (Darwin)
  • Solaris
  • Windows

Other platforms use an implementation that always returns an error.

Pull requests for other OSs happily considered!