10-11-2014, 03:42 PM
what do you recommend to use for sending a single TCP packet?
i have setup my fritzbox router to allow waking up computers when a signal on a certain port arrives.
it does work with net, but net is waiting for response.
net("xx.xx.x.xx:5360" "anne" "wol")
should i run it as thread and kill it after some milliseconds?
i only need to send one tcp ping for now.
thanks
i have setup my fritzbox router to allow waking up computers when a signal on a certain port arrives.
it does work with net, but net is waiting for response.
net("xx.xx.x.xx:5360" "anne" "wol")
should i run it as thread and kill it after some milliseconds?
i only need to send one tcp ping for now.
thanks