TCP
#459
Replies: 1 comment
-
|
That would probably mean a significant expansion of the “wait_for_reply()” function and/or a major intervention in the event loop? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
TYVM for fping project !
I modified fping to work with TCP probing (only v4 for now), tested on Linux OS only .
I think it can be extended to create UDP probing,for example DNS Q.
Is more of a POC because some of the options uses env vars and program name (easier to confirm this works).
Also we need to have ip the source of packet for TCP csum ,so I had to "fix" a source . Also we can figure a src for each destination.
It sends Syn and expect back RST packet or Syn+Ack . Uses BPF to filter what packets we allow.
Also option to modify TCP payload to add send time , current packet (all this for unidirectional latency and PL)
Pls let me know if there is interest to create a PR.
Beta Was this translation helpful? Give feedback.
All reactions