Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli can not parse argument '-u' #521

Open
songshangru opened this issue May 10, 2024 · 0 comments · May be fixed by #538
Open

cli can not parse argument '-u' #521

songshangru opened this issue May 10, 2024 · 0 comments · May be fixed by #538

Comments

@songshangru
Copy link

According to cli's '-h' argument, '-u update the traffic key when handshake is complete'. However, the getopt function doesn't parse '-u' properly.

while ((ch = getopt(argc, argv, "46abBC:c:i:Ij:k:nN:es:Sr:p:P:E:K:l:y:vV:h")) != -1) {
    switch (ch) {
@nak3 nak3 linked a pull request Aug 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant