veloren/network/protocol
Marcel Märtens 95b186e29a QuicSink and QuicDrain do work now.
When local SendProtocol is opening a Stream, it will send a empty message to QuicDrain which will then know that its time to open a quic stream.
It will open a QuicStream and send its SID over to remote.
The RecvStream will be send to local QuicSink
RemoteRecv will notice a new BiStream was opened and read its Sid. It will now start listening on it. while remote main will get the information that a stream was opened and will notice the frontend.
in participant remote Recv is synced with remote send (without triggering a empty message!).
RemoteRecv Sink will send the sendstream to RemoteSend Drain and it will be used when a first message is send on this stream.
2021-04-29 15:58:39 +02:00
..
benches Quic: We had the followuing problem: 2021-04-29 15:58:23 +02:00
src QuicSink and QuicDrain do work now. 2021-04-29 15:58:39 +02:00
Cargo.toml update dependencies, including removal of some tracy deps as they are get through common/tracy 2021-03-09 20:17:29 +01:00