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
Although we try to set the window size to be the same at both endpoints, because of system limitations, only one endpoint socket buffer may get increased. This messes with the flow control. The flow control window should be the std::min(sendWindow, recvWindow).
The text was updated successfully, but these errors were encountered:
Although we try to set the window size to be the same at both endpoints, because of system limitations, only one endpoint socket buffer may get increased. This messes with the flow control. The flow control window should be the std::min(sendWindow, recvWindow).
The text was updated successfully, but these errors were encountered: