Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Fix echo example #297

Merged
merged 1 commit into from
Mar 3, 2022
Merged

Fix echo example #297

merged 1 commit into from
Mar 3, 2022

Conversation

rhdxmr
Copy link
Collaborator

@rhdxmr rhdxmr commented Mar 3, 2022

Trigger stream parser to process packets that were already received by
tcp receive queue before echo sockmap was set. Setting SO_RCVLOWAT calls
tcp_set_rcvlowat in linux/net/ipv4/tcp.c of the Linux kernel and then
the function calls tcp_data_ready.

Signed-off-by: Junyeong Jeong rhdxmr@gmail.com

Trigger stream parser to process packets that were already received by
tcp receive queue before echo sockmap was set. Setting SO_RCVLOWAT calls
tcp_set_rcvlowat in linux/net/ipv4/tcp.c of the Linux kernel and then
the function calls tcp_data_ready.

Signed-off-by: Junyeong Jeong <rhdxmr@gmail.com>
@rsdy rsdy merged commit c7f4b68 into main Mar 3, 2022
@rsdy rsdy deleted the fix-echo-example branch March 3, 2022 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants