SenseUnit / dtlspipe

Generic DTLS wrapper for UDP sessions
MIT License
132 stars 11 forks source link

Session hard time limit #10

Closed Snawoot closed 1 year ago

Snawoot commented 1 year ago

It's an attempt to prevent ban by DPI due to long DTLS sessions as described here: https://twitter.com/SAPikachu/status/611428615377559552

The idea is to proactively re-establish DTLS session before it gets attention of DPI system. Implementation just cuts connection after a while, new connection will be triggered again if there is still traffic going on.