Changes between Version 2 and Version 3 of Ticket #1310, comment 8
- Timestamp:
- 03/17/21 19:10:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1310, comment 8
v2 v3 41 41 }}} 42 42 43 Inspecting the server log, I would estimate concurrent partial connections peaked at around 1,200.43 Inspecting the server log, I would estimate concurrent partial connections peaked at around 720. (12 clients connecting 30 times per minute in a 2 minute window) 44 44 45 45 I guess this means that, while it's probably not the way you want to handle failed `--tls-crypt-v2-verify` connections, openvpn does manage the situation in a robust manner. IE. Memory is not ''unexpectedly'' consumed.