- Better interface separation with clear functionality boundaries.
- Separated unit tests and integration tests.
- Removed
set_link_conditionerfromSocket - Make
last_sentsent with unreliable packets. - Change allocations to iterators.
- Canonicalizes an "established connection" as requiring both a send and a receive from a given endpoint.
- Change
SocketEvent::Connectto only fir...