Releases: MyJetTools/my-tcp-sockets
Releases · MyJetTools/my-tcp-sockets
0.1.9
- Now we reuse the send buffer
- New Optimised architecture
- Made possible to disconnect the current TCP connection from TcpClient
0.1.8
- rust-extensions 0.1.4
- TcpConnection Shrinks send buffer capacity if it bigger then 512 pieces
0.1.7
- Client connection settings are read on each connection;
- We can configure - how to create Ping (Heartbeat) tcp contract - Per send or as a singletone
- We can configure ping, disconnect and reconnect timeouts for TcpClient