Skip to content
Commit a7991268 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'ip-recvfragsize-cmsg'



Willem de Bruijn says:

====================
ip: add RECVFRAGSIZE cmsg

On IP datagrams and raw sockets, when packets arrive fragmented,
expose the largest received fragment size through a new cmsg.

Protocols implemented on top of these sockets may use this, for
instance, to inform peers to lower MSS on platforms that silently
allow send calls to exceed PMTU and cause fragmentation.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 1b99e5e8 dbd1759e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment