|
|
|
|
|
by eru
1211 days ago
|
|
You could also hide the bits in eg timing of package transmission or omiting an expected package every once in a while, it'll just look like udp dropped a package. You can use a channel with lots of noise, because you can use error correcting codes to to restore the intended message. (To elaborate with an example: sometimes a package might already drop randomly, or timings might be slightly delayed anyway.) |
|