But the stuff that carries TCP is IP. That's why TCP can work seamlessly, because it uses identification from a previous layer. Consider I bind a server to an ID, and not IP:port, the operating system running it must know how to communicate that via IP, so there will be a corellation map somewhere and that map needs to be synchronized between all peers that wish to host the roaming server.Otherwise you're just switching port (16-bit) value to arbitrary 32-bit identifier.
mlyle|1 year ago
* Clients roaming between L3 addresses
* Clients/servers with multiple L3 addresses
alexey-salmin|1 year ago
EvanAnderson|1 year ago
(I did say I was oversimplifying...