Closed samuelallan72 closed 7 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?
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.
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?