veloren/network/examples
Marcel Märtens b5f48014a9 Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel
Refactor the `send_raw` and `recv_raw` completly. We now expost `Message` which has a public `serialize` and `deseialize` fn for the first time.
This makes using the `raw` methods of a stream much easier and is a requierement for using "copy_less" sending to multiple streams
2020-10-19 10:23:30 +02:00
..
fileshare Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00
network-speed 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
chat.rs Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00
tcp_loadtest.rs Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00