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
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
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