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.