Hi, I’m working on a server project and I must ask this. If I want to send ~4kb data with TCP (from client to server), Is the server TCP listener can handle this data with one more operation? Namely I sent ~4kb data and server received this data with 2 operation like 1: ~1kb, 2: ~3kb. Is that impossible? (If this impossible I’ll send data with a header)