Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to check udp buffer overflow in solaris10

807575Dec 27 2006 — edited Dec 31 2006
Hello All,
We have developped a C++ application which uses connection based udp socket for transfering the data between two solaris10 machines. The data transfer takesplace for every 20 min and continues for about 1 min. The total no of udp sockets i am using is more than 1200. During the time of socket creation i don't set the send and receive buffer size, so the default parameter configured in the system will be considered.

In certain cases the receiving end application does not receive any data, but the sender continues sending the data, this i could see from the snoop. Also the write operation doesn't fail in the sender side.

From the snoop command i could see the time interval between the packets sent is 30microseconds. So there could be possibility that udp buffer may overflow.

Does anybody know the solaris system command to find the udp buffer overflow?.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 28 2007
Added on Dec 27 2006
2 comments
654 views