You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
QUIC agent was restored as an experimental feature in an earlier change.
To enable QUIC agent, please build and pack conference server with
following commands:
./scripts/build.js -t quic -t <mcu or other target>
./scripts/pack.js -t all -t quic-agent -p <sample web app path>
optParser.addOption('f','full','boolean','Whether perform a full pack (--full is the equalivation of pack.js -t all -r -i)');
22
+
optParser.addOption('f','full','boolean','Whether perform a full pack (--full is the equalivation of pack.js -t all -r -i). Experimental features are not included, please include them explicitly with -t.');
23
23
optParser.addOption('p','app-path','string','Specify app path (Eg. pack.js -t all --app-path ${appPath})');
24
24
optParser.addOption('a','archive','string','Specify archive name (Eg. pack.js -t all -a ${archiveName})');
0 commit comments