veloren/network/src
2021-01-26 20:35:08 -08:00
..
api.rs Replaced usage of 0.0.0.0 with 127.0.0.1 in network tests to prevent firewall prompt on Windows when running tests 2020-11-15 22:10:31 +00:00
channel.rs fix compiling with metrics 2020-08-27 09:35:06 +02:00
lib.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
message.rs Update rand dependency 2021-01-26 20:35:08 -08:00
metrics.rs update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel) 2020-12-16 00:51:07 +01:00
participant.rs I would except this to be implcitly done by the drop though it doesn't hurt here, as this channel is dropped anyway a line later. 2020-11-27 10:47:01 +01:00
prios.rs update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel) 2020-12-16 00:51:07 +01:00
protocols.rs update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel) 2020-12-16 00:51:07 +01:00
scheduler.rs Drop is run only AFTER each statement. 2020-11-25 22:10:10 +01:00
types.rs Propper Compression support of network. 2020-08-25 23:55:27 +02:00