tcp: remove sack reneging verbose logging
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I4dbbf8456d0ed2350459fcdc0664bbae024072fc
This commit is contained in:

committed by
Dave Barach

parent
5226d26d11
commit
f5445bf36f
@ -277,8 +277,6 @@ scoreboard_clear_reneging (sack_scoreboard_t * sb, u32 start, u32 end)
|
||||
{
|
||||
sack_scoreboard_hole_t *last_hole;
|
||||
|
||||
clib_warning ("sack reneging");
|
||||
|
||||
scoreboard_clear (sb);
|
||||
last_hole = scoreboard_insert_hole (sb, TCP_INVALID_SACK_HOLE_INDEX,
|
||||
start, end);
|
||||
|
Reference in New Issue
Block a user