summaryrefslogtreecommitdiffstats
path: root/include/net/mip6.h
diff options
context:
space:
mode:
authorEric Dumazet2010-09-27 03:53:07 +0200
committerDavid S. Miller2010-09-27 03:53:07 +0200
commit7a91b434e2bad554b709265db7603b1aa52dd92e (patch)
tree00f51e051922fbaf2ca93e40d0059e5fbb86b2f1 /include/net/mip6.h
parentdrivers/net: return operator cleanup (diff)
downloadkernel-qcow2-linux-7a91b434e2bad554b709265db7603b1aa52dd92e.tar.gz
kernel-qcow2-linux-7a91b434e2bad554b709265db7603b1aa52dd92e.tar.xz
kernel-qcow2-linux-7a91b434e2bad554b709265db7603b1aa52dd92e.zip
net: update SOCK_MIN_RCVBUF
SOCK_MIN_RCVBUF current value is 256 bytes It doesnt permit to receive the smallest possible frame, considering socket sk_rmem_alloc/sk_rcvbuf account skb truesizes. On 64bit arches, sizeof(struct sk_buff) is 240 bytes. Add the typical 64 bytes of headroom, and we go over the limit. With old kernels and 32bit arches, we were under the limit, if netdriver was doing copybreak. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/mip6.h')
0 files changed, 0 insertions, 0 deletions