AirVantage / sbulb

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

Experiment stateless loadbalancing using DTLS connection ID #9

Open sbernard31 opened 5 years ago

sbernard31 commented 5 years ago

The idea is to use DTLS connection ID to be able to load-balance traffic.

This idea is more detailed here.

boaks commented 3 years ago

I currently update my experimental Californium build-in cid load-balancer support.

Future Improvements

One technique, to eliminate the 20% penalty of forwarding and backwarding the messages, is to not backward them, just send them direct to the load-balancer. Normal load-balancer will drop such messages, but if a load-balancer use that message to update the destination entry, that results in close to NO penalty. The benefit of that is, that the load-balancer doesn't need to know about the cid-details, just that backwards traffic is used to "reverse update the address".

Maybe as idea for next year:

Adapt the rule

to

optionally.