Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 232 Bytes

README.MD

File metadata and controls

15 lines (10 loc) · 232 Bytes

tcp-rust

TCP Implementation in Rust

Setup

./run.sh

# Establish a TCP connection on the subnet `tun0` is pointed to
nc 192.168.0.2 80

# You can use tshark to capture packet data from that network.
tshark -i tun0