Commit Graph

3275 Commits

Author SHA1 Message Date
Adolfo Ochagavía bab7b0af91 Implement acknowledgement frequency
Sponsored by Stormshield
perf-regression
2023-07-24 14:08:09 +02:00
Jonatan Hatakeyama Zeidler 0ae7c60b15 Reexport rustls crate 2023-07-17 12:00:39 -07:00
Benjamin Saunders b7695b1ddd Replace .rev().next() with .next_back() 2023-07-15 13:42:18 -07:00
Lijun Wang e652b6d999 Suppress stateless packets when endpoint transmit queue is large 2023-07-06 14:10:04 -07:00
tim gretler 6d3958fce5 make new_with_abstract public again 2023-06-30 09:58:14 +02:00
tim gretler a8c17a3e17 merge converged endpoint constructors 2023-06-30 00:11:15 -07:00
tim gretler 35089ee1c8 use boxed udp socket 2023-06-30 00:11:15 -07:00
Ian Kettlewell b30711f559 Update README.md to say "see examples for usage" with link. 2023-06-27 21:19:35 +02:00
dependabot[bot] 790ff720a9 Update rcgen requirement from 0.10.0 to 0.11.1
Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version.
- [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/est31/rcgen/compare/v0.10.0...v0.11.1)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 16:20:46 +02:00
Benjamin Saunders 7914468e27 Merge redundant impl Connecting blocks 2023-06-12 14:12:15 -07:00
Benjamin Saunders 926f927135 Fix panic on redundant finish calls 2023-06-12 14:12:15 -07:00
Jonathan Johnson 98f5fe2a3f Added Endpoint::reject_new_connections (#1585)
This commit adds a new function that refuses new connections without
impacting existing connections. Internally, this just sets the
connection limit to 0, which causes incoming connections to be rejected.
This is the same approach that was taken in 0.8.5 when `Incoming` was
dropped.
2023-06-07 10:15:52 +02:00
Benjamin Saunders 65bbb1e154 Update obsolete doc comment 2023-06-04 07:44:53 +02:00
Benjamin Saunders c1d412c7aa Bump versions to reflect API breakage 2023-06-03 14:58:29 -07:00
Benjamin Saunders b73ed0b73a Rename issue_cids to issue_first_cids to better reflect its role 2023-06-03 14:58:29 -07:00
Benjamin Saunders 6d2d9fda4c Allocate persistent connection IDs immediately when generated
Guards against future bugs where multiple (e.g. concurrent) calls to
`new_cid` might otherwise lead to an undetected collision.
2023-06-03 14:58:29 -07:00
Benjamin Saunders 951761f7e6 Yield endpoint-generated responses directly rather than buffering 2023-06-03 14:58:29 -07:00
Benjamin Saunders 8b67ae483c Move ConnectionHandle into DatagramEvent
Simplifies signatures and prepares for non-connection-related datagram
events.
2023-06-03 14:58:29 -07:00
Benjamin Saunders 97ccc4f611 Factor connection lookup out into a dedicated struct 2023-06-03 14:58:29 -07:00
Benjamin Saunders 85d9a5c6c9 Remove redundant/obsolete Endpoint::reject_new_connections
This was previously used by the `quinn` layer to stop accepting
connections when the `Incoming` stream was dropped. That stream has
since been replaced by an async function. Users who still want this
can use set_server_config directly.
2023-06-03 14:58:29 -07:00
Benjamin Saunders 1373443ad0 Fix invalid CIDs being ignored when using zero-length CIDs 2023-06-03 14:58:29 -07:00
Benjamin Saunders 23ad201255 Fix obsolete debug struct name 2023-06-03 14:58:29 -07:00
Benjamin Saunders fb91cf4706 Reduce ConnectionId copying 2023-06-03 14:58:29 -07:00
Dirk Stolle a604759336 Replace unmaintained actions-rs/* actions in CI workflows
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216> for more
information. Due to their age they generate several warnings in
CI runs.

To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-02 14:35:20 -07:00
Dirk Stolle c3aef84315 Extend Dependabot configuration to keep GitHub Actions up to date 2023-06-02 22:59:53 +02:00
Alexandre Seo 33e3f1603b Use fullchain.pem in the certbot example 2023-05-27 10:50:45 -07:00
Samuel Moelius ede43442f2 Allow compilation with --cfg fuzzing but not --features=arbitrary 2023-05-27 07:57:21 +02:00
Dirk Stolle 0c6b743f18 Update actions/checkout in GitHub Actions workflows to v3 2023-05-23 17:29:52 -07:00
Dirk Stolle 01e77e0ce6 Fix some typos 2023-05-23 17:29:01 -07:00
Daniel McCarney 4b309cd46b bump quinn, quinn-proto crate versions. 0.10.1 2023-05-11 23:06:29 +02:00
Daniel McCarney 2f72a5b847 deps: remove webpki dependency.
This commit updates the existing Quinn sub-crate dependencies to remove
the explicit `webpki` v0.22 dependency. It's not used by directly
anywhere and can be a transitive dependency through rustls as required.
2023-05-11 23:06:29 +02:00
ljedrz c0b9d4233e docs: update the MSRV in the README
Signed-off-by: ljedrz <ljedrz@gmail.com>
2023-05-11 14:49:44 +02:00
Benjamin Saunders 044eab53ff Update clap 2023-05-11 14:10:19 +02:00
Dirkjan Ochtman a66ee19797 Only check libraries against MSRV 0.10.0 2023-05-11 04:47:59 +02:00
Dirkjan Ochtman 1dd88e6883 Update remaining crates to 2021 2023-05-11 04:47:59 +02:00
Dirkjan Ochtman 92ab791486 Upgrade socket2 to 0.5 2023-05-11 04:47:59 +02:00
Dirkjan Ochtman 9e26ea98bd Fix visibility warnings on non-Unix platforms 2023-05-11 04:47:59 +02:00
dignifiedquire 7d006c0d58 switch to Bytes to allow cheap cloning 2023-05-09 17:15:40 +02:00
dignifiedquire d08ad01e40 perf: specialize slice extension in Datagram::encode 2023-05-09 17:15:40 +02:00
dignifiedquire 89b527c9a1 feat: use BytesMut for Transmit content 2023-05-09 17:15:40 +02:00
Maksim Vykhota 37e7b742cb Fail FreeBSD CI if any step fails 2023-05-06 11:29:28 -07:00
Maksim Vykhota aeda2e2146 Fix build and tests on FreeBSD 2023-05-06 11:06:43 -07:00
Benjamin Saunders a55fd51c95 Delete redundant set_socket_option 2023-05-06 08:05:17 +02:00
Benjamin Saunders 092a7686a4 Enable PMTUD by default when appropriate 2023-05-06 08:05:17 +02:00
Benjamin Saunders f4384e6edb udp: expose whether IP_DONTFRAG semantics apply 2023-05-06 08:05:17 +02:00
Benjamin Saunders 23b1416a01 udp: improve fragmentation suppression on *nix 2023-05-06 08:05:17 +02:00
Benjamin Saunders f6c1bb3b93 Add missing exports of stats types 2023-05-04 10:26:24 +02:00
Benjamin Saunders 99e462f8c8 Rename min_guaranteed_mtu to min_mtu for clarity 2023-05-03 12:30:50 +02:00
Adolfo Ochagavía 030a0e8d72 Use mtu instead of max_udp_payload_size in names
Sponsored by Stormshield
2023-05-03 09:29:12 +02:00
Adolfo Ochagavía 7e495e2909 Make max_guaranteed_udp_payload_size user-configurable
Sponsored by Stormshield
2023-05-03 09:29:12 +02:00