diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/device.c b/daemon/device.c index 684e009..0db058c 100644 --- a/daemon/device.c +++ b/daemon/device.c @@ -89,7 +89,7 @@ struct mux_connection uint16_t sport, dport; uint32_t tx_seq, tx_ack, tx_acked, tx_win; uint32_t rx_seq, rx_recvd, rx_ack, rx_win; - int max_payload; + uint32_t max_payload; uint32_t sendable; int flags; unsigned char *ib_buf; |