Menu

#329 tcp_info sampling at the wrong time

1.0
accepted
None
2024-07-06
2024-07-06
No

The code is sampling tcp_info immediately after the write(). The code should sample ahead of the write() and after the write select() so the stack has done its work ahead of the tcp_info sampling.

Discussion


Log in to post a comment.