IPSec/IPv6 test gets unexpected ENOBUFS on connect on linux 3.2
HI, I am getting the below mentioned error for Linux kernel 3.2.18.i am looking for patch for the same. If anyone having suggestion\patch is much appreciated . And I will be thankful for ASAP response. " TCP/IPv6 test doing repeated heavy sending and reconnecting, connect()s start to fail with ENOBUFS on the Linux 3.2.18. " Thanks and Regards, Bhushan Information transmitted by this e-mail is proprietary to MphasiS, its associated companies and/ or its customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailmaster@mphasis.com and delete this mail from your records.
On Mon, Oct 1, 2012 at 11:49 AM, Bhushan Kumar <Bhushan.Kumar@mphasis.com> wrote:
HI,
I am getting the below mentioned error for Linux kernel 3.2.18.i am looking for patch for the same. If anyone having suggestion\patch is much appreciated . And I will be thankful for ASAP response.
“ TCP/IPv6 test doing repeated heavy sending and reconnecting, connect()s
start to fail with ENOBUFS on the Linux 3.2.18. “
Your system is running low on memory. I don't think it is specific to 3.2.18. The kernel's buffers for I/O operations are all in use. In GNU, this error is always synonymous with ENOMEM; you may get one or the other from network operations. -- Manavendra Nath Manav
participants (2)
-
Bhushan Kumar -
Manavendra Nath Manav