Phonet: Pipe End Point for Phonet Pipes protocol
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Sun, 5 Oct 2008 18:15:13 +0000 (11:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Oct 2008 18:15:13 +0000 (11:15 -0700)
This protocol provides some connection handling and negotiated
congestion control. Nokia cellular modems use it for bulk transfers.
It provides packet boundaries (hence SOCK_SEQPACKET). Congestion
control is per packet rather per byte, so we do not re-use the
generic socket memory accounting.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found