pluginized-protocols / picotcpls

TCPLS implementation using a TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28) -- Published in ACM CoNEXT'21 -- Best Community Award
15 stars 5 forks source link

Failover #22

Closed frochet closed 3 years ago

frochet commented 3 years ago

Failover prototype

Client and server can now enable failover, and tcpls should automatically migrate a stream from a connection that failed towards a new connection. The application gets notified through messages that some stream has failed/recovered.

Several bugs displaying receiver/sender error messages remain:

This branch fixes also numerous bugs