Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngtcp2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kashyap Thimmaraju
ngtcp2
Graph
234bf6581d3a3494cc63d72aa4e15ea8665aae34
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Aug
27
Jul
26
25
23
18
16
15
14
5
4
29
Jun
28
27
26
25
24
20
18
17
14
11
10
7
6
5
2
31
May
30
27
26
25
24
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
9
8
7
6
5
4
3
1
30
Apr
29
28
26
25
24
25
23
21
20
19
18
16
15
11
6
5
4
2
31
Mar
29
28
27
24
23
22
21
18
16
14
12
8
4
3
1
28
Feb
16
12
11
9
8
6
4
3
31
Jan
30
29
28
26
25
23
22
21
19
18
14
12
11
9
5
4
28
Dec
21
19
18
11
12
9
8
1
29
Nov
28
22
21
20
16
14
11
10
9
8
7
8
6
5
4
2
1
31
Oct
30
29
28
27
25
24
23
22
21
20
16
15
14
13
12
11
10
8
3
2
23
Sep
22
21
16
14
12
9
8
7
5
31
Aug
29
28
27
26
Remove excessive lost packets
Remove expired lost packet on timeout
Keep lost entry for a while to catch late ack
Allow server to set TP after ALPN is chosen
Tweak persistent congestion
Use ngtcp2_ksl to store collision entries
Amend e529af1ab088906849cb326f7c8a9272cf506c99
server: Only send trailer fields with --send-trailers option
No special handling required for active_conn_id if zero-length dcid is used
Fix server local TP qlog and always require original_dcid from app
Add ngtcp2_conn_set_stream_user_data
Latest RTT is not affected by ack_delay
Tweak hash computation
server: Remove unused wev parameter from send_packet
Try to make full sized packet to help GSO a bit
Send CONNECTION_CLOSE (0x1c) if handshake has not been confirmed
Preferred address selection should be done after handshake confirmation
Use struct sockaddr
Make ngtcp2_ringbuf_len macro
Cleanup
Define ngtcp2_ntohl64 and ngtcp2_htonl64 as noop for bigendian system
server: Utilize stream_user_data
Add flags parameter to ngtcp2_qlog_write callback
Use pkt_ts which is the timestamp when a packet is received
ACK frame largest_ack field is always the largest packet number
Remove Requires field
server: Add --max-udp-payload-size option
Lazy initialize ngtcp2_strm.rx.acked_offset
Lazy initialize ngtcp2_strm.tx.streamfrq
Lazy initialize ngtcp2_strm.rx.rob
Reuse cipher context
client,server: Add --initial-rtt option
Make initial RTT configurable
Fix assertion failure because of bad CRYPTO offset provisioning
CRYPTO frame must not be empty
Refactor
Refactor
Keep track of received NEW_CONNECTION_ID frame sequence number
Add ngtcp2_gaptr_drop_first_gap
Remove empty line