use the flow id from the client on the server
Open
- Dominant language
- C
- Stars
- 329
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
A solution to the issue fixed by https://github.com/google/neper/commit/6d0f6599688ede3b8e31f0cec99a14ef5369b96a could be to use the client flow id also for the server flow id.
This would require additional step after `socket_accept()` functions where the server would read an information from the client about flow id (and any other information suitable here) and use that information when initializiing new flow id on the server.
With that the tcp_crr stats on the server would fall under correct flow id and would not produce such big volume of data.
Contributor guide
Assessment
This issue has not been assessed yet.