quant icon indicating copy to clipboard operation
quant copied to clipboard

QUIC implementation for POSIX and IoT platforms

Results 5 quant issues
Sort by recently updated
recently updated
newest added

Hi, when I try to request a large file, the following error occurs. ``` 3.139 enc_stream_or_crypto_frame frame.c:1713 ABORT: assertion failed: !enc_strm || m->strm_off < s->out_data_max exceeded fc window [errno 22...

bug

While testing interoperability of the Quant client, we've encountered an issue related to Quant's handling of [NEW_CONNECTION_ID frames](https://tools.ietf.org/html/draft-ietf-quic-transport-32#section-19.15). One scenario that triggers these issues involves a peer that issues a...

bug

Hi, During our tests involving a Quant (https://github.com/NTAP/quant/commit/511d91c3c60f622a20746b1f30186a9d51c3ba68) implementation, we identified a protocol violation on the Quiche server implementation. Quant server process Handshake packet with an unmatched Destination Connection ID....

bug

Hi, During our tests involving a Quant (511d91c3) implementation, we identified a protocol violation on the Quiche server implementation. Bug detail: The server does not discard an Initial packet if...

bug

Hi, During testing commit 511d91c3, we discovered that when a Ping frame is sent as the first message, the Quant server misbehaves. The quant server sends another Ping instead of...

bug