|
Latency In AIX 4.x With WAN Networks Latency In AIX 4.x With WAN Networks Symptom:
We have had reports of frequent offline conditions and
long delays (minutes) in receiving data from
a units over WAN connections in AIX 4.3.3.
Solution:
This was solved by enabling the TCP_NODELAY option for the specific interface that the WAN network is routed through:
# chdev -l adaptername -a tcp_nodelay=1 -p
|