AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Use right server when association is created for egress traffic #24

Closed sbernard31 closed 5 years ago

sbernard31 commented 5 years ago

For egress traffic, the server which actually talked to the foreign peer should be used to create the new association. (The bug was that we were using "round-robin" to create association...)