aresch / pyenet

A python wrapper for the ENet library
BSD 3-Clause "New" or "Revised" License
53 stars 30 forks source link

Support for intercept callback #1

Closed samuelallan72 closed 7 years ago

samuelallan72 commented 8 years ago

The enet library has support for setting a function to use to intercept incoming packets before enet processes them (see this commit).

Would it be possible to support this in pyenet?

aresch commented 8 years ago

It might be, but I don't think it's something that I will take the time to implement. I would be more than willing to review a pull request if you want to implement it.