veloren/network
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 protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
examples protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
protocol QuicSink and QuicDrain do work now. 2021-04-29 15:58:39 +02:00
src QuicSink and QuicDrain do work now. 2021-04-29 15:58:39 +02:00
tests protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
Cargo.toml protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00