Displaying posts tagged: tcp
2008-04-05 01:23:14
No Comments
Recently I needed to measure the time it takes a packet to travel though the Linux network stack. To begin with I thought I'll hack the kernel to add my own timing measurements, but then I found this was already built in! I could use the SIOCGSTAMP or SIOCGSTAMPNS ioctl calls to retrieve the timestamp assigned ...
