Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for setting immediate mode. #127

Merged
merged 1 commit into from
Oct 28, 2017
Merged

Added support for setting immediate mode. #127

merged 1 commit into from
Oct 28, 2017

Conversation

racorn
Copy link
Contributor

@racorn racorn commented Oct 23, 2017

Added support for setting immediate mode,
http://www.tcpdump.org/manpages/pcap_set_immediate_mode.3pcap.html.

Immediate mode will allow programs to process packets as soon as they
arrive. This may reduce latency when writing a request/response type application, for example answering ICMP echo requests (ping).

Immediate mode is supported from version 1.5.0 of libpcap, see this thread for more information:

http://seclists.org/tcpdump/2014/q4/57

(I did not create a new feature branch on the fork, hope it will be ok).

Added support for setting immediate mode,
http://www.tcpdump.org/manpages/pcap_set_immediate_mode.3pcap.html. 

Immedtate mode will allow programs to process packets as soon as they
arrive.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 70.311% when pulling 3c699c2 on racorn:v1 into 6275e63 on kaitoy:v1.

@kaitoy kaitoy merged commit 3c699c2 into kaitoy:v1 Oct 28, 2017
@kaitoy
Copy link
Owner

kaitoy commented Oct 28, 2017

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants