Displaying posts tagged: patch

Linux kernel patch for TCP timestamping

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 ...