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
You need to sign in or sign up before continuing.
60f7a56a35bf92c7cd21ba0fe93004fe5bb41c0b
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
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
25
24
23
22
19
18
17
12
10
7
1
27
Jul
21
20
19
17
16
15
14
13
11
Add test for ngtcp2_conn_write_connection_close
Add test for ngtcp2_conn_set_remote_transport_params
Cap PTO count on ACK
Change ngtcp2_conn_submit_new_token signature
Tweak cubic tcp friendly
Fix client crash
Remove ngtcp2_pkt_retry parameter from ngtcp2_recv_retry
Define NGTCP2_MIN_INITIAL_DCIDLEN
Use ngtcp2_vec in ngtcp2_pkt_retry
Use ngtcp2_vec for ngtcp2_pkt_hd.token
Implement NEW_TOKEN
Use of token validates client address
Merge pull request #243 from amirlivneh/fix_wraparound
Verify that client uses SCID from Retry packet
Fix potential wraparound in conn_update_recv_rate()
Merge pull request #242 from ueno/wip/dueno/fix-gnutls
gnutls: add stub ngtcp2_crypto_set_local_transport_params
Add partial HyStart++
Call it tls_native_handle
Add missing conn_on_crypto_timeout call and error handling
Update doc
Tweak NGTCP2_CONN_FLAG_SERVER_ADDR_VERIFIED
Speed up recovery hack
Fix assertion failure when writing Handshake before getting its tx key
Verify DCID after successful decryption to avoid state change
Ignore VN if it contains version selected by client
Hide ngtcp2_crypto_derive_and_install_initial_key
Simplify
Remove tls argument from crypto lib interface
Fix Dockerfile
Update Dockerfile
Remove NGTCP2_ALPN_H3 macro
Rename NGTCP2_DEFAULT_MAX_PKT_SIZE to NGTCP2_DEFAULT_MAX_PKTLEN
Rename NGTCP2_MAX_PKT_SIZE to NGTCP2_DEFAULT_MAX_UDP_PAYLOAD_SIZE
Rename max_packet_size to max_udp_payload_size
Don't increase cwnd if it exceeds target cwnd
Remove odcid from ngtcp2_conn
Fix build error with cmake
Reset loss detection timer when pktns is discarded
Initial RTT is 333ms