basil00 / Divert

WinDivert: Windows Packet Divert
https://reqrypt.org/windivert.html
Other
2.32k stars 491 forks source link

5 Tuple hash based load balacing? #322

Closed Prakash-Kolandaivelu-ML closed 1 year ago

Prakash-Kolandaivelu-ML commented 1 year ago

Is possible to do load balancing using the 5 Tuple(IP address(Src and Dst) ,port (Src and Dst) and Protocol similar to AF_PACKET (PACKET_FANOUT )in the before the WinDivertRecv by grouping the handles?

https://man7.org/linux/man-pages/man7/packet.7.html

basil00 commented 1 year ago

This is a nice idea, but it would add more complexity to the driver, so I'd be reluctant to implement something like this.