I want to receive a raw TCP packet, and then send it with the same workload.
It should look something like this:
void OnPacketReceived(TcpPacket p) { byte [] body = p.GetBody(); }
NOTE. I need a TCP packet, not an Ethernet frame.
Boppity bop
source share