Sending/receiving datagrams

This commit is contained in:
Kalle Vedin
2014-06-29 19:58:34 +02:00
parent a9f6b892da
commit f5afde6b21
6 changed files with 207 additions and 40 deletions

View File

@ -15,11 +15,13 @@ This library is much better than ccondom (that use BOB), much more stable and mu
* Streaming
* DialI2P() - Connecting to stuff in I2P
* Listen()/Accept() - Handling incomming connections
* Implements net.Conn and net.Listener
* Datagrams
* Implements net.PacketConn
**Does not work:**
* Datagram sockets
* Raw sockets
* Raw packets
## Documentation ##