private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

Baton fit finish #1472

Closed huitema closed 1 year ago

huitema commented 1 year ago

Fix a compile bug on Linux. The "pico_baton" executable now prints an execution report. Baton tests complete and close cleanly. The work required revising the Post/Connect API to make sure that the application can modify the posted screen contexts. This modification also required some changes in the implementation of "post" callbacks.