TQUIC v0.3.0
Pre-release
Pre-release
Added
- Simplify the usage of Endpoint
- Add config API for stateless retry
- Add config API for initial RTT
- Add
quic_conn_index()
for getting connection index - tquic_client: create the output directory if it does not exist
- tquic_client: convert unspecified address to localhost address
- tquic_client: prompt help messages for wrong command args
- tquic_client: print statistics at the end of execution
- Improve unit testing
- Improve static analysis
Changed
- endpoint: change
Endpoint.close()
to support forcily close the endpint - endpoint:
quic_endpoint_new()
no longer takes ownership of the resources provides by the C caller - tquic_client: change
-p
option to write the response header and body to stdout
Fixed
- Ignore packets with unknown dcid
- Fix bandwidth over-estimation issue
- Improve interop testing and resolve new found issues