OpenSolaris

Printable Version Enter a New Search
Bug ID 6617738
Synopsis UDP/ICMP transmit flow control broken
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords
Responsible Engineer Erik Nordmark
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_76
Fixed In snv_76
Release Fixed solaris_nevada(snv_76)
Related Bugs 6595449
Submit Date 16-October-2007
Last Update Date 29-October-2007
Description
If you configure the network interface to be slow (e.g., a 10 Mbps Ethernet by
  ndd -set /dev/bge0 adv_1000hdx_cap 0
  ndd -set /dev/bge0 adv_1000fdx_cap 0
  ndd -set /dev/bge0 adv_100fdx_cap 0
  ndd -set /dev/bge0 adv_100hdx_cap 0
) and then have a UDP or raw socket application send as fast as possible, the socket will only send about 8000 packets and then sleep forever in sendto().
Work Around
N/A
Comments
N/A