X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp.c;h=45eaf016b1eedf0b947ec82e95d2001ed0f5209a;hb=b26743d093141a2aef19bdf8a7fe06dcaa81329a;hp=cca9f1c5c9069e71ddc90063aca902a2e7798512;hpb=0dbd5171344bf89d1519dae7e8ddbc056df6132e;p=vpp.git diff --git a/src/vnet/tcp/tcp.c b/src/vnet/tcp/tcp.c index cca9f1c5c90..45eaf016b1e 100644 --- a/src/vnet/tcp/tcp.c +++ b/src/vnet/tcp/tcp.c @@ -984,7 +984,7 @@ tcp_session_send_mss (transport_connection_t * trans_conn) /* Ensure snd_mss does accurately reflect the amount of data we can push * in a segment. This also makes sure that options are updated according to * the current state of the connection. */ - tcp_update_snd_mss (tc); + tcp_update_burst_snd_vars (tc); return tc->snd_mss; }