diff options
| author | Ilpo Järvinen <[email protected]> | 2009-03-14 14:23:07 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-03-15 20:09:55 -0700 |
| commit | afece1c6587010cc81d1a43045c855774e8234a3 (patch) | |
| tree | 00caa55dc0c2a86c44883154986885f0421d1251 /scripts/stackusage | |
| parent | 2a3a041c4e2c1685e668b280c121a5a40a029a03 (diff) | |
tcp: make sure xmit goal size never becomes zero
It's not too likely to happen, would basically require crafted
packets (must hit the max guard in tcp_bound_to_half_wnd()).
It seems that nothing that bad would happen as there's tcp_mems
and congestion window that prevent runaway at some point from
hurting all too much (I'm not that sure what all those zero
sized segments we would generate do though in write queue).
Preventing it regardless is certainly the best way to go.
Signed-off-by: Ilpo Järvinen <[email protected]>
Cc: Evgeniy Polyakov <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions