mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
tcp_get_recvwindow: Add a comment
This commit is contained in:
parent
0c606ecb8e
commit
2ce0457edb
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue