Skip to content
New issue

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

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

Already on GitHub? # to your account

TCP pipelining problems when dsc is restarted #135

Open
klaus3000 opened this issue Jan 24, 2017 · 2 comments
Open

TCP pipelining problems when dsc is restarted #135

klaus3000 opened this issue Jan 24, 2017 · 2 comments
Labels

Comments

@klaus3000
Copy link

Hi!

When a client uses TCP pipelining (sending multiple queries over a persistent the TCP connection) and dsc restarts, the subsequent queries will not be counter, maybe due to missing TCP handshake.
I do not know if this is a real world problem yet. I was discovered while doint tests with https://github.com/Sinodun/dnsperf-tcp

@jelu jelu added the low label Jan 24, 2017
@jelu
Copy link
Member

jelu commented Jan 24, 2017

Not surprising because dsc needs to track tcp connects in order to count them, the TCP code is up for a review/rework when time is available.

@jelu
Copy link
Member

jelu commented Dec 20, 2017

Major TCP code work/rework/updates is coming to pcap-thread thanks to DNS-OARC/dnscap#88 and DNS-OARC/dnscap#89.

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

No branches or pull requests

2 participants