piqueserver / pyenet

A python wrapper for the ENet library (this fork is the source for the pypi package)
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

set host checksum #6

Closed riyuzenn closed 3 years ago

riyuzenn commented 3 years ago

is it possible to set host checksum to enet_crc32?

NotAFile commented 3 years ago

I'm not sure what exactly you're referring to

riyuzenn commented 3 years ago

In C++ there is a function called checksum where you can set host or client to enable packet checksum.