]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[TCP] FRTO: Delay skb available check until it's mandatory
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Mon, 30 Apr 2007 07:39:55 +0000 (00:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Apr 2007 07:58:12 +0000 (00:58 -0700)
commit575ee7140dabe9b9c4f66f4f867039b97e548867
tree035923b29490a85ea7e77c2b0751280f8b7a0ba4
parent157bfc25020f7eb731f94140e099307ade47299e
[TCP] FRTO: Delay skb available check until it's mandatory

No new data is needed until the first ACK comes, so no need to check
for application limitedness until then.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c