boris-sinyapkin / lurk

Lightweight implementation of a SOCKS5 proxy built on async Rust
0 stars 0 forks source link

[Tests] Add "ping-pong" integration test #7

Closed boris-sinyapkin closed 5 months ago

boris-sinyapkin commented 5 months ago

This test ensures that sent data are bitwise to the data received from echo server. Connection is established though the SOCKS5 proxy.

This test is done on multiple clients connected to the same proxy.

Authored-by: Boris Sinyapkin boris.works@hotmail.com