Changes

Jump to navigation Jump to search
179 bytes added ,  14:30, 18 January 2017
no edit summary
Line 2: Line 2:     
TCP repair feature in the Linux kernel is supposed to help migrating a TCP socket. It's not yet complete and this page lists what is to be done.
 
TCP repair feature in the Linux kernel is supposed to help migrating a TCP socket. It's not yet complete and this page lists what is to be done.
  −
; Optimized restore
  −
: Currently the whole outgoing queue is restored in a "all was sent, waiting for ACK-s" state. After this the data that was really not sent yet will be re-transmitted after a while. This will make the connection work, but will delay it for some time. Need to improve this.
      
; OOB data
 
; OOB data
Line 44: Line 41:  
  The nf_conntrack thing in the kernel is about to be live-migrated too.
 
  The nf_conntrack thing in the kernel is about to be live-migrated too.
 
  There's currently an API for getting the conntrack info (/proc file), but no such for restoring it by hands.
 
  There's currently an API for getting the conntrack info (/proc file), but no such for restoring it by hands.
 +
</div>
 +
</div>
 +
 +
; Optimized restore
 +
: FIxed in [[Download/criu/1.0|1.0]]
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
 +
Old description:
 +
<div class="mw-collapsible-content">
 +
: Currently the whole outgoing queue is restored in a "all was sent, waiting for ACK-s" state. After this the data that was really not sent yet will be re-transmitted after a while. This will make the connection work, but will delay it for some time. Need to improve this.
 
</div>
 
</div>
 
</div>
 
</div>

Navigation menu