[TIPC]: Skip connection flow control in connectionless sockets
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 15 Apr 2008 07:06:12 +0000 (00:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Apr 2008 07:06:12 +0000 (00:06 -0700)
This patch optimizes the receive path for SOCK_DGRAM and SOCK_RDM
messages by skipping over code that handles connection-based flow
control.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found