quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
147 stars 44 forks source link

add a scenario that corrupts packets #66

Closed marten-seemann closed 4 years ago

marten-seemann commented 4 years ago

A packet is corrupted by flipping all bits of a single byte. The corrupted byte is guaranteed to be part of the UDP payload. After corrupting the packet, UDP and IP checksums are re-calculated, to make sure the packet is actually delivered.