mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Set TCP_NODELAY on the socket
Nagle's algorithm probably serves no purpose with whois queries often being tiny.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user