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
If the user specifies the -decoy option (e.g. ./cli -connect-addr=1.2.3.4:443 -decoy colorado.edu,128.138.129.98), then the registration that gets sent will not send the generation ID from the ClientConf, and the station will get a MAX_UINT generation ID.
While the documentation warns that -decoy will ignore the ClientConf, it's still getting a public key from it. Ideally, we should:
add a -generation option to the CLI that overrides the ClientConf if it is provided
use the ClientConf generation if the above option is not provided
Error if none of the above are present
The text was updated successfully, but these errors were encountered:
If the user specifies the -decoy option (e.g.
./cli -connect-addr=1.2.3.4:443 -decoy colorado.edu,128.138.129.98
), then the registration that gets sent will not send the generation ID from the ClientConf, and the station will get a MAX_UINT generation ID.While the documentation warns that -decoy will ignore the ClientConf, it's still getting a public key from it. Ideally, we should:
The text was updated successfully, but these errors were encountered: