veloren/network
Marcel Märtens 3da053c8b4 switch from read to read_buf in tcp sink. also always reserve 4 times 1500 as soon as we are under 1500 bytes in order to have less allocations when sending many small msg.
Note: maybe upgrading tokio helps against the connection issues, there is some mio related stuff: https://github.com/tokio-rs/tokio/releases/tag/tokio-1.18.0
Note: quick also still has the old read, but its more complicated, thus i only want to change it if its tested
2022-06-21 21:24:09 +02:00
..
benches protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
examples update a bunch of dependencies, including clap3 2022-04-04 11:43:29 +02:00
protocol add a check to break the sending loop if the current bytes got greater than the total bytes. 2022-06-08 09:45:25 +02:00
src switch from read to read_buf in tcp sink. also always reserve 4 times 1500 as soon as we are under 1500 bytes in order to have less allocations when sending many small msg. 2022-06-21 21:24:09 +02:00
tests deactivate tests in CI, as they have often no IPv6 configured and would fail in that case 2022-02-05 13:04:16 +01:00
Cargo.toml update a bunch of dependencies, including clap3 2022-04-04 11:43:29 +02:00