https://github.com/avagin/tcp-repair
HOWTO: TCP connection repair
https://github.com/avagin/tcp-repair
checkpoint-restart criu kernel linux socket tcp tcp-repair tcp-socket zero-downtime
Last synced: about 1 month ago
JSON representation
HOWTO: TCP connection repair
- Host: GitHub
- URL: https://github.com/avagin/tcp-repair
- Owner: avagin
- License: gpl-2.0
- Created: 2016-06-22T06:37:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T00:58:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T13:39:29.018Z (about 2 months ago)
- Topics: checkpoint-restart, criu, kernel, linux, socket, tcp, tcp-repair, tcp-socket, zero-downtime
- Language: C
- Homepage: https://lwn.net/Articles/495304/
- Size: 18.6 KB
- Stars: 25
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Here is an example how TCP_REPAIR can be used to create a new connection.
An idea is that we create two sockets which is already connected to each other, so we don't need to create a server socket.
https://lwn.net/Articles/495304/