From: Rémi Denis-Courmont Date: Sun, 5 Oct 2008 18:15:13 +0000 (-0700) Subject: Phonet: Pipe End Point for Phonet Pipes protocol X-Git-Tag: v2.6.28-rc1~717^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9641458d3ec42def729fde64669abf07f3220cd5;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed