-
Notifications
You must be signed in to change notification settings - Fork 178
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
picoquicdemo on separate hosts #1424
Comments
Small update: I figured it out but now I'm getting an error on client side.
|
The message "NULL SNI is incompatible with HTTP 3. Expect errors!" is because you are not providing a server name. In TLS 1.3, the server name is used to verify the server certificate and prevent man-in-the-middle attacks. If you do not have a server name, things will break, just like the message says. The solution is to set an arbitrary host name using the "-n" option, as in:
|
@huitema Thanks a lot! Is there a way to revert de load direction? Instead of download to make upload (other than swapping client and server)? |
The demo server supports a POST function. It is somewhat tested, but not documented very well. It probably needs some debugging. |
One more question: By specifying |
NewReno. |
Thanks! May I ask which version of BBR is supported by picodemoquic? The first one or V2? |
First one, but with a series of changes somewhat similar to 2, e.g., reaction to large losses or to ECN marks. |
Closing the issue, after documenting the solution in the wiki |
Hi everyone,
is it possible to run picoquicdemo as "server" on one host and then run it from another host as client to test the performance on link between them? Sadly I didn't found anything useful for my case.
Thanks in advance.
The text was updated successfully, but these errors were encountered: