Re: Timestamps for TCP packets?

2009-10-02 Thread Grant Edwards
On 2009-10-02, Thomas Johnson wrote: > Is there any way to get kernel-level timestamps for TCP packets while > still using the standard python sockets library for communication? libpcap http://sourceforge.net/projects/pylibpcap/ > I need to communicate over a TCP connection as

Re: Timestamps for TCP packets?

2009-10-02 Thread Miles Kaufmann
On Oct 2, 2009, at 12:03 AM, Thomas Johnson wrote: Is there any way to get kernel-level timestamps for TCP packets while still using the standard python sockets library for communication? I need to communicate over a TCP connection as easily as possible, but also record the timestamps of the

Timestamps for TCP packets?

2009-10-02 Thread Thomas Johnson
Is there any way to get kernel-level timestamps for TCP packets while still using the standard python sockets library for communication? I need to communicate over a TCP connection as easily as possible, but also record the timestamps of the incoming and outgoing timestamps at microsecond or