pixma_bjnp_private.h: change minimum timeout value for the bjnp protocol to 1 sec

as 500 ms gives errors on scanimage -A (it workked for scanbd)
merge-requests/1/head
Louis Lagendijk 2016-04-22 21:03:48 +02:00
rodzic 4b2f171a13
commit c2985f0fd6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -80,7 +80,7 @@
/* timers */
#define BJNP_BROADCAST_INTERVAL 10 /* ms between broadcasts */
#define BJNP_BC_RESPONSE_TIMEOUT 500 /* waiting time for broadc. responses */
#define BJNP_TIMEOUT_MIN 500 /* minimum tiemout value for network operations */
#define BJNP_TIMEOUT_MIN 1000 /* minimum tiemout value for network operations */
#define BJNP_USLEEP_MS 1000 /* sleep for 1 msec */
/* retries */