IPSec/IPv6 test gets unexpected ENOBUFS on connect on linux 3.2
From: Manavendra Nath Manav <hidden>
Date: 2012-10-05 08:58:15
From: Manavendra Nath Manav <hidden>
Date: 2012-10-05 08:58:15
On Mon, Oct 1, 2012 at 11:49 AM, Bhushan Kumar [off-list ref] 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