mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-27 04:07:11 +00:00
Memory leak fixing (#77)
* incoming packet with FIN or RST * read_server_n_write_proxy_handler * testing script * Interest::WRITABLE and continue_read * read_data_from_tcp_stream * logging hide * test * script iperf
This commit is contained in:
parent
4016e401b2
commit
e5041e6d9e
4 changed files with 148 additions and 41 deletions
18
.github/workflows/format-build.yml
vendored
18
.github/workflows/format-build.yml
vendored
|
@ -53,3 +53,21 @@ jobs:
|
|||
args: -- -D warnings
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
||||
iperf:
|
||||
name: Iperf
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release
|
||||
- run: sudo apt-get install -y iperf3 dante-server
|
||||
- run: sudo systemctl stop danted
|
||||
- run: sudo tests/iperf/test.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue