RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3.08k stars 497 forks source link

Correctly check new MTU when using extra package layer #493

Closed vominhtam1210 closed 2 years ago

vominhtam1210 commented 2 years ago

When using package layer that adding extra size like Crc32cLayer, the MTU detection is wrong at checking new size.

RevenantX commented 2 years ago

@vominhtam1210 thanks!