lsalzman / enet

ENet reliable UDP networking library
MIT License
2.73k stars 670 forks source link

Problem about enet host compression's design... #211

Closed playingoDEERUX closed 1 year ago

playingoDEERUX commented 2 years ago

Hello,

I wonder why the enet host compression compresses EVERY SINGLE packet unit for the outgoing commands (which go upto 1400 size due to the MTU), instead of just compressing individual packets ONCE, in order to save a lot of performance...

Is that choice by design??

Would like to know, thank you for any answers.