summaryrefslogtreecommitdiffstats
path: root/src/libknot/quic/quic_conn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libknot/quic: fix usage of new atomic in code (variable obufs_size)Jan Hák2024-12-111-2/+5
|
* libknot/QUIC/DDNS: fix race when unblocking conn after sent DDNS replyLibor Peltan2024-09-131-1/+1
|
* tls: unification of TLS priority settingsJan Hák2024-05-071-0/+10
|
* libknot: rename knot_quic_creds and related functions to knot_creds...Daniel Salzman2024-05-071-2/+2
|
* libknot/QUIC: sanity checks of api functions parameters...Libor Peltan2023-11-291-5/+10
| | | | ...also fixes the issue of sweep called with NULL table
* quic: implemented sending replies from sweep...Libor Peltan2023-11-281-6/+18
| | | | | explicit connection close when too many connections; re-send of lost packets
* libknot/quic: conn timeouts in heap instead listLibor Peltan2023-11-281-30/+68
|
* libknot/quic: convert to universal atomics (variable obufs_size)David Vašek2023-11-141-9/+0
|
* quic: implemented DDNS over QUIC support for knotdLibor Peltan2023-10-311-3/+14
|
* tcp_iobuf: unify some names to common prefix knot_tcp_inbufs_updDaniel Salzman2023-08-251-2/+2
|
* tiny fixes from clang analyzerLibor Peltan2023-08-231-0/+1
|
* quic/kxdpgun: support for qlogLibor Peltan2023-08-151-0/+1
|
* kxdpgun: implemented reusing connections (QUIC, TCP)Libor Peltan2023-08-091-2/+10
|
* quic: adapt to ngtcp2 v0.17.0Daniel Salzman2023-07-091-1/+1
|
* libknot/quic: fix inbuf statistic computation to new tcp_iobufLibor Peltan2023-06-151-2/+2
|
* libknot/quic: bugfix missing table->ibufs_size computationLibor Peltan2023-05-311-0/+4
|
* libknot/quic: fix zero-initializing stream structureLibor Peltan2023-05-311-0/+1
|
* quic: fix FIN handlingLibor Peltan2023-05-301-2/+6
|
* libknot/quic: free inbufs when stream teardownLibor Peltan2023-05-251-0/+11
|
* quic: bugfix handling reassembled inbufsLibor Peltan2023-05-231-9/+2
|
* quic/inbuf: bugfix: alloc and copy recvd data as they may be freed by libngtcp2Libor Peltan2023-05-231-2/+2
|
* quic/xdp-tcp/inbuf: store knot_tcp_inbuf_update results in linked-list-of-arraysLibor Peltan2023-05-231-12/+12
|
* requestor: fix local certificate initializationDaniel Salzman2023-05-231-0/+4
|
* xdp-quic: refactoring: allow multiple incomming DNS msgs in streamLibor Peltan2023-05-231-3/+6
|
* quic: rename 'xconn' to 'conn'Daniel Salzman2023-03-211-70/+70
|
* quic: rename 'xquic' and 'XQUIC' to 'xquic' and 'QUIC'Daniel Salzman2023-03-211-68/+68
|
* quic: unify connection table handlingDaniel Salzman2023-03-201-2/+1
|
* libknot: move quic* files from xdp directory to quic directoryDaniel Salzman2023-03-021-0/+506