change the receive timeout to be 32 large packets

This commit is contained in:
Mariano Alvira 2010-03-08 17:39:04 -05:00
parent 761d2c4cbf
commit 8b73c61175

View File

@ -21,7 +21,7 @@
#define CLK_PER_BYTE 8
#ifndef RECV_SOFTIMEOUT
#define RECV_SOFTIMEOUT (8*128*CLK_PER_BYTE)
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
#endif
#define MAX_PACKET_SIZE (MAX_PAYLOAD_SIZE + 2) /* packet includes 2 bytes of checksum */