commit | 9641458d3ec42def729fde64669abf07f3220cd5 | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Sun Oct 05 11:15:13 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 05 11:15:13 2008 -0700 |
tree | 414a31324c800ad9ecc8665de7ffaa9eee963a0e | |
parent | 9995a32b4d14dcda2f8df58030526bee91114c16 [diff] |
Phonet: Pipe End Point for Phonet Pipes protocol 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>