richardchien / dtcp

A TCP debug tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 端口

About

A TCP debug tool.

License:MIT License


Languages

Language:C 96.0%Language:CMake 4.0%