-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
I retrofitted sink.c to receive TCP instead of UDP, but for some reason, no TCP packets are received when I issue a TCP connect from elsewhere.
Exact same actions with tcpdump and, naturally, I would see a few TCP packets coming through and I would expect same behavior with tcp-ed sync.c (attched as nm_recv.c.txt), but no, I only see a few ARP packets coming through after a TCP connect (followed by a bunch of unrelated IPPROTO_UDP (type 17) or IPPROTO_IGMP (2), but no IPPROTO_TCP (6) whatsoever). I tried googling netmap tcp tutorial, but only presentations/info I already saw earlier come up (as well as Sandstorm). Would greatly appreciate a netmap-TCP tutorial or example. Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels