Skip to content

Commit

Permalink
Make max_payload unsigned too
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed May 11, 2010
1 parent 4c3d762 commit ed5a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed5a1f4

Please sign in to comment.