Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 288 Bytes

dTCP

License

用于调试 TCP 的小工具。

用法

dtcp -s -h 0.0.0.0 -p 1234  # 监听 0.0.0.0 的 1234 端口
dtcp -c -h localhost -p 1234  # 连接 localhost 的 1234 端口