commit | ce55dd3610f7ac29bf8d159c2e2ace9aaf2c3038 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Fri Dec 21 01:50:43 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:59:58 2008 -0800 |
tree | d5187da8b1723c5b815337b2c3814d776354e220 | |
parent | b790cedd24a7f7d1639072b3faf35f1f56cb38ea [diff] |
[TCP]: tcp_write_timeout.c cleanup Before submiting a patch to change a divide to a right shift, I felt necessary to create a helper function tcp_mtu_probing() to reduce length of lines exceeding 100 chars in tcp_write_timeout(). Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>