UDP Ping
1.0.0
การใช้งานไคลเอนต์/เซิร์ฟเวอร์ C อย่างง่ายบน UDP มีวัตถุประสงค์เพื่อคำนวณเวลาแฝงและการสูญเสียแพ็กเก็ต จะใช้สิ่งนี้กับการวัดประสิทธิภาพในอนาคตที่ฉันทำ
ลูกค้า ( 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.