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
42dd21f3302a98c3d24cc3a72dc73081fb8fdd99
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
6
Jun
3
23
May
21
19
18
16
15
14
13
12
7
2
30
Apr
26
25
21
18
16
14
13
9
8
6
4
3
1
30
Mar
26
25
24
23
22
19
5
3
2
1
28
Feb
27
26
24
21
19
18
5
4
3
1
31
Jan
29
28
27
23
21
16
15
13
7
5
1
31
Dec
30
29
26
25
24
23
22
21
20
15
12
11
9
8
3
2
1
29
Nov
26
21
20
18
17
15
13
10
9
3
2
29
Oct
28
27
21
20
18
17
14
13
12
4
30
Sep
22
17
16
15
14
13
6
4
3
1
29
Aug
27
26
19
18
17
8
5
26
Jul
25
23
21
16
15
14
12
11
8
7
4
30
Jun
23
17
10
9
2
27
May
26
20
19
17
16
14
13
12
6
5
28
Apr
26
25
23
22
Unify handshake/post-handshake API and coalesces STREAM frames with flags
Coalesces STREAM frames
Add function to cancel expired ACK delay timer
Fix server Initial ACK has PADDING
clang-format
Remove unused macro
client: Fix client does not finish on error
Refactor network error handling
clang-format-8
Keep retired path for 3 * PTO
Fix compile error with gcc
Fix path validation
Fix ACK frame only packet header is not logged
Fix assertion failure
Fix closing/draining period
client: Fix bug that idle timer is not reset on write
server: Fix bug that idle timer is not reset on write
Define wev per handler
Fix ngtcp2_ksl_insert bug
Fix ngtcp2_ksl_update_key
Rewrites ngtcp2_ksl
Only stateless reset tokens associated to active DCID must be checked
Fix max ACK delay is too long
Make server responsive for read
Specify MSG_DONTWAIT
stream rx.last_offset is unreliable for flow control
Update openssl
Fix compile error with gcc
max_ack_delay should be ngtcp2_duration
ULL for time units
Fix max ack delay handling and spurious PTO timeout
Send ACK immediately if all packets are acknowledged for a pn space
Avoid sending random data
Handshake packet retransmission
Recovery
FLOW_CONTROL_ERROR if stream size exceeds NGTCP2_MAX_VARINT
Handle long stateless reset packet
Initial only packet must be padded to at least 1200 bytes
Limit buffered crypto data
Update doc