Open
Description
Describe the bug
The current TcpTransporter is allowing unlimited packet size when handshake. This can cause a spike in memory allocation when a malicious actor send a huge packet, if the size if big enough can resulted in a DDOS attack.
Expected behavior
The incoming packet should be limited in size.