You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
Ideas for obscuring which transport protocol is being used:
Pad packets to the maximum data size by default
Randomize the expiry time
Use a different connection tag for every packet
Use amount tranches (send only increments of 1, 10, 100, etc instead of whatever the connector says the maximum packet amount is)
It's an interesting question whether any of this is worth doing, because connectors can probably figure out which transport protocols (or even which implementations of transport protocols) are being used just by looking at the timing of packets and behavior in response to certain kinds of errors.
The text was updated successfully, but these errors were encountered:
Ideas for obscuring which transport protocol is being used:
It's an interesting question whether any of this is worth doing, because connectors can probably figure out which transport protocols (or even which implementations of transport protocols) are being used just by looking at the timing of packets and behavior in response to certain kinds of errors.
The text was updated successfully, but these errors were encountered: