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 | |||
| 89 | uint16_t sport, dport; | 89 | uint16_t sport, dport; |
| 90 | uint32_t tx_seq, tx_ack, tx_acked, tx_win; | 90 | uint32_t tx_seq, tx_ack, tx_acked, tx_win; |
| 91 | uint32_t rx_seq, rx_recvd, rx_ack, rx_win; | 91 | uint32_t rx_seq, rx_recvd, rx_ack, rx_win; |
| 92 | int max_payload; | 92 | uint32_t max_payload; |
| 93 | uint32_t sendable; | 93 | uint32_t sendable; |
| 94 | int flags; | 94 | int flags; |
| 95 | unsigned char *ib_buf; | 95 | unsigned char *ib_buf; |
