Hacker News new | ask | show | jobs
by bluecmd 4194 days ago
Yes, as long as both endpoints (TCP/IP stacks) keep their state it doesn't matter what stuff does between them. Interfaces being one of the things being between stacks. That is what allows for stuff like live application migration as long as you bring the TCP/IP state.
1 comments

I see. Thank you :)