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

Multiplexed stream are always sending packets by batch of 4,096 bytes #5

Open
nicodeslandes opened this issue Jan 27, 2020 · 0 comments

Comments

@nicodeslandes
Copy link
Owner

Command: dotnet run --no-build -- -mux localhost:2202 -l 443 -ssl -sni

Result:

[23:49:41 INF] Read 26280 bytes from multiplexed stream 1
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Sending 4,096 bytes from www.bbc.co.uk:443 to 127.0.0.1:60939...
[23:49:41 INF] Read 24887 bytes from multiplexed stream 1

Why are messages split in 4,096 bytes? The batch size should be 65,536.

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

No branches or pull requests

1 participant