ffalcinelli / pydivert

A Python binding for WinDivert driver
GNU Lesser General Public License v3.0
200 stars 36 forks source link

Asynchronous I/O using WinDivertSendEx and WinDivertRecvEx #2

Open ffalcinelli opened 10 years ago

ffalcinelli commented 10 years ago

WinDivert 1.1 includes in ChangeLog:

    - New extended WinDivert functions that support asynchronous I/O:
      * WinDivertRecvEx(..)
      * WinDivertSendEx(..)

So pydivert Asynchronous I/O needs to be implemented and properly tested.

midimaster21b commented 6 years ago

Just curious, what is the status of this feature? Is this in development at all or just a desire?

ffalcinelli commented 6 years ago

Well, we can consider this a desire. Lately my spare time is decreased a lot, I would like to implement it anyway. It's not hard to remap the functions, but I lack a bit of knowledge in how to build a future/promise system using those *Ex functions