From 76535a3b3318266b691a12bef71db467be47282d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Jan 2015 12:49:06 -0500 Subject: Add a minimum packet length to every driver. Length 0 means the minimum is unknown and the driver should use character I/O. --- driver_italk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver_italk.c') diff --git a/driver_italk.c b/driver_italk.c index 051376c2..e1cdf483 100644 --- a/driver_italk.c +++ b/driver_italk.c @@ -432,6 +432,7 @@ const struct gps_type_t driver_italk = #ifdef TIMEHINT_ENABLE .time_offset = NULL, /* no method for NTP fudge factor */ #endif /* TIMEHINT_ENABLE */ + .minlength = 30, /* min packet length for chunked output */ }; /* *INDENT-ON* */ #endif /* defined(ITRAX_ENABLE) && defined(BINARY_ENABLE) */ -- cgit v1.2.1