Re: [MirageOS-devel] Convenience questions regarding mirage-tcpip

2015-07-23 Thread Anil Madhavapeddy
On 23 Jul 2015, at 11:10, Richard Mortier wrote: > > On 23 July 2015 at 10:53, Jeremias Blendin wrote: >> >> I am looking for a TCP/IP userland implementation to use as a >> foundation for a TCP session transfer system (transfer as in Server1 >> -> Server2). I want to freeze the TCP stack, dump

Re: [MirageOS-devel] Convenience questions regarding mirage-tcpip

2015-07-23 Thread Richard Mortier
On 23 July 2015 at 10:53, Jeremias Blendin wrote: > > I am looking for a TCP/IP userland implementation to use as a > foundation for a TCP session transfer system (transfer as in Server1 > -> Server2). I want to freeze the TCP stack, dump its state, move the > state to another server and rebuild t

[MirageOS-devel] Convenience questions regarding mirage-tcpip

2015-07-23 Thread Jeremias Blendin
Hi, I am looking for a TCP/IP userland implementation to use as a foundation for a TCP session transfer system (transfer as in Server1 -> Server2). I want to freeze the TCP stack, dump its state, move the state to another server and rebuild the session from the dumped state. Any ideas/hints if im