-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Batching and Proxying peer testcase
Proxying persistent keepalives are being done by batcher when batching is used. Batcher uses ICMP echo requests(pings) which is a different mechanism from wireguard backend's keepalives. To ensure those are being emitted the testcase uses link detection and stops the peer. Given that there's no other generated traffic it should trigger link detection pretty soon and prove that batcher works correctly at least to some degree. Signed-off-by: Lukas Pukenis <[email protected]>
- Loading branch information
1 parent
bc30a66
commit a339eb2
Showing
2 changed files
with
89 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters