Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
error/ | H | 29-Jan-2025 | - | 662 | 487 | |
loop/ | H | 18-Feb-2022 | - | 387 | 281 | |
perf/ | H | 13-Mar-2021 | - | 425 | 364 | |
scapy/ | H | 08-Jul-2024 | - | 1,141 | 887 | |
tcp/ | H | 29-Jan-2025 | - | 2,038 | 1,590 | |
udp/ | H | 13-Mar-2021 | - | 704 | 533 | |
Child.pm | H A D | 20-Feb-2020 | 1 KiB | 35 | 14 | |
Client.pm | H A D | 18-Feb-2022 | 3.3 KiB | 104 | 79 | |
LICENSE | H A D | 13-Mar-2021 | 755 | 14 | 11 | |
Makefile | H A D | 13-Mar-2021 | 185 | 12 | 8 | |
Makefile.inc | H A D | 18-Feb-2022 | 1.8 KiB | 66 | 35 | |
Proc.pm | H A D | 20-Feb-2020 | 4 KiB | 162 | 122 | |
README | H A D | 20-Feb-2020 | 633 | 13 | 11 | |
Relay.pm | H A D | 18-Feb-2022 | 5 KiB | 156 | 130 | |
Remote.pm | H A D | 20-Feb-2020 | 2.4 KiB | 76 | 53 | |
Server.pm | H A D | 18-Feb-2022 | 3 KiB | 96 | 73 | |
funcs.pl | H A D | 08-Jul-2024 | 20.2 KiB | 749 | 638 |
README
1Run socket splicing regressions tests. The error directory contains 2tests, that invoke the splicing system call with invalid arguments. 3The tcp and udp framework run a client, and a server, and a relay. 4Each test starts those three processes. All processes write log 5files that are checked for certain messages. The test arguments 6are kept in the args-*.pl files. The perf directory contains a C 7program that can compare copy and splice performance. 8 9LOCAL_ADDR, REMOTE_ADDR, REMOTE_SSH 10Set these to run the relay process on a remote machine. As the 11client and server run locally, network timing may influence the 12test results. 13