You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently looking for a UDP protocol capable of server side initialized sessions (i.e server push). I know HTTP/2 that runs on QUIC supports this, so QUIC must be capable of it too.
Googles quic documentation states "Streams can be created either by the client or the server". Currently I can't see this implemented with this library. Could it be?
We are currently looking for a UDP protocol capable of server side initialized sessions (i.e server push). I know HTTP/2 that runs on QUIC supports this, so QUIC must be capable of it too.
Googles quic documentation states "Streams can be created either by the client or the server". Currently I can't see this implemented with this library. Could it be?