-
#### Problem
The QUIC server doesn't not accept client connections with 0-RTT. Is that a wanted behaviour ?
The rust-ls server config parameter `max_early_data_size` must be set to `u32::MAX` so t…
-
[ 90%] Building C object usb/host/tinyusb_host_examples/msc_file_explorer/CMakeFiles/tinyusb_host_msc_file_explorer.dir/home/peterh/source/pico2/pico-sdk-rp2350/src/rp2_common/pico_stdio_rtt/stdio_rtt…
-
Note in the draft that raw QUIC can to 0-RTT moq setup but webtransport does not support this. Add text to security section of why this is safe.
-
When it's safe to use, 0-RTT can significantly reduce the TTFB. Measuring savings can help inform the cost-effectiveness of implementing safeguards against replay attacks and adopting 0-RTT; this tool…
-
Ever consider replacing `quic.Listen()` with `quic.ListenEarly()` to make use of 0 RTT of quic?
I believe it will reduce 1 round trip time (around 200ms) when resuming a connection.
What do you …
-
Running falcon using
```
bundle exec bento --falcon
```
If you run websocket bench, it misses almost every broadcast:
```
./websocket-bench broadcast ws://localhost:8080/cable \
…
-
can server/client save the cfg/session file to use 0-rtt ?
-
using transport.parameters_set there are two parameters to signal 0-RTT:
- resumption_allowed
- early_data_enabled
As pointed out by @jlaine, these are a bit ambiguous, as 0-RTT can either be use…
-
The `Used0RTT` flag in the `quic.ConnectionState` returned by `(quic.EarlyConnection).ConnectionState` doesn't seem to be populated immediately after `(*quic.Transport).DialEarly` returns, unlike what…
-
I want to test the 0-RTT capabilities of the client but in my traffic captures I never see any 0-RTT packets sent out from the client.
My server is a very basic caddy file server and reverse-proxy se…