Hello,
I would like to measure the sending time of a datagram on a machine, i.e. the time between the “socket.send(myPacket)” call and the moment where the last bit of the packet is pushed out of the machine to the network.
Is it a way in Java to do this ? ???
Thanks by advance.
Séb.