Ticket #22368: patch_src_ec_capture.c

File patch_src_ec_capture.c, 336 bytes (added by randy@…, 15 years ago)

new patch file

Line 
1--- src/ec_capture.c.orig       2004-07-13 11:24:51.000000000 -0500
2+++ src/ec_capture.c    2009-11-03 20:13:05.000000000 -0600
3@@ -39,8 +39,8 @@
4    #define PCAP_TIMEOUT 10
5 #else
6    /* FREEBSD needs 1 */
7-   /* MACOSX  needs 1 */
8-   #define PCAP_TIMEOUT 10
9+   /* MACOSX  needs 1000 */
10+   #define PCAP_TIMEOUT 1000
11 #endif
12 
13 /* globals */