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
Users create connections and send data to server first.
Currently, when a new connection is coming, gota will need to create a peer connection first and wait the response.
It will cause one more return time for forwarding traffic.
We should add a config flag for Fast Open the connection for forwarding traffic from user. The request for creating a peer connection should also transport with the data from user.
So, we can reduce the delay time for first packet.
The text was updated successfully, but these errors were encountered:
Precondition:
Users create connections and send data to server first.
Currently, when a new connection is coming, gota will need to create a peer connection first and wait the response.
It will cause one more return time for forwarding traffic.
We should add a config flag for
Fast Open
the connection for forwarding traffic from user. The request for creating a peer connection should also transport with the data from user.So, we can reduce the delay time for first packet.
The text was updated successfully, but these errors were encountered: