UDP Ping
1.0.0
UDP を介した単純な C クライアント/サーバー実装は、遅延とパケット損失を計算することを目的としていました。今後作成するベンチマークでこれを使用する予定です。
クライアント ( ping
) は次の引数をサポートしています。
--dest -d => The destination host/IP to send to.
--port -p => The destination port.
--timeout -t => How much time to wait after the packet to be sent out before considering it a timeout if it doesn't make it back (in microseconds).
--interval -i => After packet receive, how long to wait in microseconds.
--verbose -v => Verbose mode.
サーバー ( server
) は次の引数をサポートします。
--port -p => The port to bind to.
--verbose -v => Verbose mode.