yamt commented on a change in pull request #4070: URL: https://github.com/apache/incubator-nuttx/pull/4070#discussion_r664918293
########## File path: net/tcp/tcp_recvwindow.c ########## @@ -224,14 +203,49 @@ uint16_t tcp_get_recvwindow(FAR struct net_driver_s *dev, return tcp_calc_rcvsize(conn, recvwndo); } +/**************************************************************************** + * Name: tcp_get_scalewindow Review comment: i'm not sure if i like this name. how about tcp_get_unscaled_recvwindow? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org