Set TCP_NODELAY on the socket

Nagle's algorithm probably serves no purpose with whois queries
often being tiny.
This commit is contained in:
Job Snijders
2024-05-10 09:41:28 +00:00
parent 4bac9e7e53
commit 424770be0b
3 changed files with 12 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ maintainer-clean-local:
check:
./bgpq4 -v
@echo
-@if [ -s /etc/resolv.conf ]; then \
./bgpq4 -6 AS15562:AS-SNIJDERS | grep 2001:67c:208c::; \
-if [ -s /etc/resolv.conf ]; then \
./bgpq4 -ddd -6 AS15562:AS-SNIJDERS ; \
else \
echo "No or empty /etc/resolv.conf, skipping online test"; \
fi