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

Commits on Mar 3, 2022

  1. Fix echo example

    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>
    rhdxmr committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    62aa950 View commit details
    Browse the repository at this point in the history