DescriptionInclude the socket receive buffer in the connection handshake.
PRESENCE_OPTIONAL
The goal is to eventually remove the TcpCongestionFeedbackFrame.
Currently this sends the same value for every packet. All it contains is
the tcp_receive_window (now called socket_receive_buffer) which is fixed
at 256000. So it can be sent in the connection establishment and then
never retransmitted.
Because only one type of CongestionFeedbackFrame can be sent with an
ack, this frees up space for a TimestampFrame which is the motivation
for removing the TcpCongestionFeedbackFrame.
Merge internal change: 72334240
R=rch@chromium.org
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|