UDP Ping
1.0.0
Implementasi klien/server C sederhana melalui UDP bertujuan untuk menghitung latensi dan kehilangan paket. Akan menggunakan ini dengan tolok ukur masa depan yang saya buat.
Klien ( ping
) mendukung argumen berikut:
--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 ( server
) mendukung argumen berikut:
--port -p => The port to bind to.
--verbose -v => Verbose mode.