veloren/network
Marcel Märtens f3251c0879 Converting the API interface to Async and experimenting with a Channel implementation for TCP, UDP, MPSC, which will later be reverted
It should compile and tests run fine now.
If not, the 2nd last squashed commit message said it currently only send frames but not incomming messages, also recv would only handle frames. The last one said i added internal messages and a reverse path (prob for .recv)
2020-06-09 01:22:45 +02:00
..
examples initial implementation of a network api 2020-06-09 01:22:32 +02:00
src Converting the API interface to Async and experimenting with a Channel implementation for TCP, UDP, MPSC, which will later be reverted 2020-06-09 01:22:45 +02:00
tools/tcp-loadtest first implementation of connect and tcp using a mio worker protocol and: 2020-06-09 01:22:35 +02:00
Cargo.toml Converting the API interface to Async and experimenting with a Channel implementation for TCP, UDP, MPSC, which will later be reverted 2020-06-09 01:22:45 +02:00