| From: |
| Pavel Emelyanov <xemul@parallels.com> |
| To: |
| Linux Netdev List <netdev@vger.kernel.org>,
David Miller <davem@davemloft.net> |
| Subject: |
| [PATCH net-next 0/6] TCP connection repair (v4) |
| Date: |
| Thu, 19 Apr 2012 17:38:58 +0400 |
| Message-ID: |
| <4F901572.4040009@parallels.com> |
| Archive-link: |
| Article, Thread
|
Hi!
Attempt #4 with an API for TCP connection recreation (previous one is
at http://lists.openwall.net/netdev/2012/03/28/84) re-based on the
today's net-next tree.
Changes since v3:
* Added repair for TCP options negotiated during 3WHS process, pointed
out by Li Yu. The explanation of how this happens is in patch #6.
* Named constant for sk_reuse values as proposed by Ben Hutching.
* Off-by-one in repair-queue sockoption caught by Ben.
Thanks,
Pavel