veloren/network/src
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
..
api.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
channel.rs 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
lib.rs fix clippy warnings 2021-07-12 12:09:09 +02:00
message.rs extract protocol specific listen code from scheduler and move it to channel.rs 2021-04-29 17:51:52 +02:00
metrics.rs fmt after applying clippy fixes after toolchain update 2021-07-12 12:09:27 +02:00
participant.rs export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
scheduler.rs update toolchain to nightly-2021-09-24 2021-09-24 23:18:07 +02:00
util.rs fix logging cnt didnt reset 2021-06-27 22:51:23 +02:00