Douglas Caetano dos Santos
15e5651525
tcp: reinitialize MTU probing when setting MSS in a TCP repair
...
MTU probing initialization occurred only at connect() and at SYN or
SYN-ACK reception, but the former sets MSS to either the default or the
user set value (through TCP_MAXSEG sockopt) and the latter never happens
with repaired sockets.
The result was that, with MTU probing enabled and unless TCP_MAXSEG
sockopt was used before connect(), probing would be stuck at
tcp_base_mss value until tcp_probe_interval seconds have passed.
Signed-off-by: Douglas Caetano dos Santos <douglascs@taghos.com.br >
Signed-off-by: David S. Miller <davem@davemloft.net >
2017-05-31 12:28:59 -04:00
..
2017-05-01 10:47:53 -04:00
2017-05-02 16:40:27 -07:00
2017-01-16 12:57:48 +01:00
2017-05-25 13:38:20 -04:00
2017-02-04 19:44:22 -05:00
2017-04-17 15:35:38 -04:00
2017-04-19 07:48:57 +02:00
2017-05-04 07:27:26 +02:00
2017-05-16 14:54:11 -04:00
2017-03-10 09:45:09 -08:00
2017-03-16 10:18:34 -07:00
2017-05-26 14:57:07 -04:00
2017-05-16 14:54:11 -04:00
2016-10-30 12:42:58 -04:00
2016-06-30 05:03:36 -04:00
2016-10-20 14:32:22 -04:00
2017-03-21 15:27:19 -07:00
2017-02-09 16:43:45 -05:00
2017-05-09 15:17:49 -04:00
2017-01-13 22:37:16 -05:00
2016-06-05 22:56:42 -04:00
2017-05-08 17:15:13 -07:00
2016-12-29 11:38:31 -05:00
2016-11-03 16:10:26 -04:00
2017-03-22 15:40:45 -07:00
2017-04-21 13:21:31 -04:00
2017-03-24 13:17:07 -07:00
2016-12-24 11:46:01 -08:00
2017-03-09 18:28:42 -08:00
2017-04-30 22:44:04 -04:00
2017-04-13 13:58:22 -04:00
2017-04-21 13:21:31 -04:00
2017-05-08 15:10:31 -04:00
2017-04-06 08:24:51 -07:00
2017-04-21 13:21:31 -04:00
2017-05-16 12:52:17 -04:00
2017-02-16 21:25:49 -05:00
2017-03-10 09:45:09 -08:00
2017-02-28 12:49:36 +01:00
2017-03-24 20:50:28 -07:00
2017-04-24 14:27:17 -04:00
2017-03-24 13:17:07 -07:00
2016-11-03 15:25:26 -04:00
2017-05-04 11:02:46 -04:00
2017-05-26 14:57:07 -04:00
2017-05-05 12:00:11 -04:00
2017-04-24 14:27:17 -04:00
2016-10-29 17:12:43 -04:00
2017-03-02 08:42:27 +01:00
2017-04-26 14:58:32 -04:00
2017-04-20 16:16:44 -04:00
2016-12-06 11:34:24 -05:00
2016-08-23 23:11:36 -07:00
2017-04-24 14:27:17 -04:00
2016-11-21 13:20:17 -05:00
2016-11-21 13:20:17 -05:00
2016-11-21 13:20:17 -05:00
2017-05-16 12:45:21 -04:00
2017-05-10 10:30:46 -07:00
2017-05-02 15:07:02 -04:00
2017-05-08 17:15:13 -07:00
2017-05-04 11:00:04 -04:00
2016-06-10 23:07:49 -07:00
2016-09-19 20:59:34 -04:00
2017-05-08 14:37:07 -04:00
2017-02-21 13:26:03 -05:00
2017-04-26 14:44:38 -04:00
2017-04-27 11:46:15 -04:00
2016-11-21 13:20:17 -05:00
2017-04-24 14:27:17 -04:00
2016-11-21 13:20:17 -05:00
2016-11-21 13:20:17 -05:00
2017-03-16 20:23:28 -07:00
2016-11-21 13:20:17 -05:00
2017-05-31 12:28:59 -04:00
2016-07-11 13:27:06 -07:00
2016-09-08 16:13:09 -07:00
2017-05-18 10:23:33 -04:00
2017-04-24 13:48:54 -04:00
2016-06-17 20:23:32 -07:00
2017-05-18 10:23:33 -04:00
2016-11-24 15:32:14 -05:00
2017-02-15 11:04:11 +01:00
2017-04-14 10:07:39 +02:00
2017-04-14 10:07:39 +02:00
2017-04-14 10:06:10 +02:00
2017-02-09 10:22:19 +01:00
2017-02-09 10:22:17 +01:00
2017-01-10 10:57:12 +01:00