ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/FastPing.xs
(Generate patch)

Comparing AnyEvent-FastPing/FastPing.xs (file contents):
Revision 1.3 by root, Sun May 18 20:10:05 2008 UTC vs.
Revision 1.4 by root, Sun Mar 29 20:07:03 2009 UTC

49#define MIN_INTERVAL .000001 // minimum packet send interval, in seconds 49#define MIN_INTERVAL .000001 // minimum packet send interval, in seconds
50 50
51#define HDR_SIZE_IP4 20 51#define HDR_SIZE_IP4 20
52#define HDR_SIZE_IP6 48 52#define HDR_SIZE_IP6 48
53 53
54//TODO: xread/xwrite for atomicity? we currently rely on the fact that the pip biffersize divides exactly by pointer sizes 54//TODO: xread/xwrite for atomicity? we currently rely on the fact that the pip buffersize divides exactly by pointer sizes
55 55
56typedef uint8_t addr_t[16]; 56typedef uint8_t addr_t[16];
57 57
58typedef double tstamp; 58typedef double tstamp;
59 59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines