Thomasdezeeuw / gaea

Low-level library to build event driven applications, supporting lightweight non-blocking I/O.
https://docs.rs/gaea/
MIT License
16 stars 0 forks source link

Merge ConnectedUdpSocket and UdpSocket #74

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

In an effort to to reduce the API surface.

Thomasdezeeuw commented 5 years ago

I want to add a test that connects to an another address after already connecting a socket.

Thomasdezeeuw commented 5 years ago

Expanded the tests, this is ready to merge now.