Quicr / old-quicrq

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Fix demo app: add transport mode, disable CC #117

Closed huitema closed 1 year ago

huitema commented 1 year ago

Disabling CC for now. This will have to be revisited once debugging of CC is complete.

The PR also replaces the reference to the "use datagram" parameter, replacing it by "transport mode", with values set to 's' for stream, 'w' for warp, 'r' for rush and 'd' for datagram. This will enable testing warp and rush as soon as they are supported.