quinn icon indicating copy to clipboard operation
quinn copied to clipboard

Consider callback-oriented application datagram receive

Open Ralith opened this issue 4 years ago • 1 comments

This would allow us to skip buffering of application datagrams, reducing the risk of data loss and improving behavior with peers that propagate application datagram acknowledgements to the application level. The cost is significantly reduced ergonomics vs. the status quo. Maybe we should add it as an option but retain the current interface by default?

Ralith avatar Dec 04 '20 19:12 Ralith

Adding it as an option sounds about right.

djc avatar Dec 05 '20 20:12 djc