Open sbernard31 opened 5 years ago
I currently update my experimental Californium build-in cid load-balancer support.
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.
The idea is to use DTLS connection ID to be able to load-balance traffic.
This idea is more detailed here.