This commit is contained in:
Alexandre Ratchov 2015-10-02 15:05:43 +02:00
parent 5d431d3616
commit 8575b870d1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct sock {
#define SOCK_START 3 /* filling play buffers */
#define SOCK_STOP 4 /* draining rec buffers */
unsigned int pstate; /* one of the above */
int tickpending; /* tick waiting to be transmitted */
int tickpending; /* tick waiting to be transmitted */
int fillpending; /* flowctl waiting to be transmitted */
int stoppending; /* last STOP ack to be sent */
unsigned int walign; /* align written data to this */