:: Re: [DNG] Listserver configuration
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Arnt Gulbrandsen
日付:  
To: dng
題目: Re: [DNG] Listserver configuration
If the name server receives a question via UDP, that's how it will answer,
necessarily. The client could have asked via TCP, but it doesn't know how
large the response will be when it sends the question.

The general intention here is that the client will receive either an ICMP
message or a reply, if no reply arrives (some people firewall away ICMP in
the name of safety), the client is supposed to time out and retry via TCP,
but that timeout can be too slow. Last time I ran into that the upper-level
protocol timed out the DNS query before the DNS library switched to TCP.

Arnt