mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
tcp_get_recvwindow: Add a comment
This commit is contained in:
committed by
Xiang Xiao
parent
0c606ecb8e
commit
2ce0457edb
@@ -136,6 +136,9 @@ uint16_t tcp_get_recvwindow(FAR struct net_driver_s *dev,
|
||||
{
|
||||
/* Advertise maximum segment size for window edge if here is no
|
||||
* available iobs on current "free" connection.
|
||||
*
|
||||
* Note: hopefully, a single mss-sized packet can be queued by
|
||||
* the throttled=false case in tcp_datahandler().
|
||||
*/
|
||||
|
||||
recvwndo = mss;
|
||||
|
||||
Reference in New Issue
Block a user