Steven Allen
a109f8da85
expose methods from underlying connection types
...
This sucks but I can't think of a better way to do this. We really do want to
expose these features and doing so through type assertions is very go-like.
2018-06-21 14:20:01 -07:00
Steven Allen
1e79033a77
turn NetListener() method on listener interface into a helper method
...
This method made implementing the manet.Listener interface annoying. Also, this
lets us drop the "use with caution" warning as we're now *wrapping* the listener
instead of exposing internal state.
2018-03-08 13:36:43 -08:00
Tom Swindell
49f84c7c45
Added UDP datagram packet connection support.
...
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
2017-08-13 04:50:23 +02:00
Hector Sanjuan
1c4b9a62de
README/docs: Improved README, make golint happy
...
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-03-17 15:36:06 +01:00
jbenet
4cc9fd0c58
go-multiaddr is now at multiformats org
2016-09-19 10:30:07 +08:00
Jeromy
02fe0e22ad
error out on unrecognized protocol
2016-09-15 19:24:46 -07:00
Jeromy
e296964046
add DialContext method and use DialContext from stdlib
2016-08-16 20:51:05 -07:00
Jeromy
ff394cdaae
extract out yamux code in favor of modularity
2016-06-10 15:33:31 -07:00
Jeromy
4d7e08bab8
move deps from godep to gx
2016-04-26 17:11:49 -07:00
Jeromy
cacd78eadc
add utp to multiaddr-net
2015-10-03 16:40:21 -07:00
Juan Batiz-Benet
b9c1a08db0
WrapNetConn: err on nil input
...
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 14:40:16 -07:00
Juan Batiz-Benet
eae26b653a
added WrapNetListener
2015-01-18 22:20:46 -08:00
Juan Batiz-Benet
04044c2289
AddrMatch
2015-01-12 18:45:34 -08:00
Juan Batiz-Benet
97da87cf8f
test ip6 conversion
2015-01-12 18:26:34 -08:00
Juan Batiz-Benet
2b8f35303d
disable utp for now (broken)
2015-01-09 06:09:38 -08:00
Juan Batiz-Benet
b6265d8119
bugfix: Listen always return err. test it
2014-11-20 05:09:46 -08:00
Juan Batiz-Benet
625fac6e50
update imports to point to vendored repos
2014-11-20 00:55:05 -08:00
Juan Batiz-Benet
1089720859
added utp listen/dial
2014-11-20 00:54:16 -08:00
Juan Batiz-Benet
fb33680d08
net: added InterfaceMultiaddrs
2014-11-05 00:38:21 -08:00
Juan Batiz-Benet
a991297e5e
basic net package (no tests yet)
...
Implements:
- Conn
- Dial, Dialer
- Listen, Listener
2014-10-11 01:23:55 -07:00