tcp_get_recvwindow: Add a comment

This commit is contained in:
YAMAMOTO Takashi 2021-05-28 17:03:55 +09:00 committed by Xiang Xiao
parent 0c606ecb8e
commit 2ce0457edb

View File

@ -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;