dtn7-gold icon indicating copy to clipboard operation
dtn7-gold copied to clipboard

Implement QUIC convergence layer ("quicl")

Open CryptoCopter opened this issue 1 year ago • 1 comments

This should serve as a nice middle-ground between mtcp, which is simple but has very lmited functionality, and tcpcl which is overengineerd.

While this convergence layer should have basically all the features of tcpcl, most of the heavy-lifting is done by the QUIC implementation, so that we don't need to worry about session management, multiplexing, or encryption.

CryptoCopter avatar Oct 27 '22 08:10 CryptoCopter

Still needs automated tests.

CryptoCopter avatar Oct 27 '22 08:10 CryptoCopter