This commit is contained in:
Alexandre Ratchov 2012-10-27 10:57:50 +02:00
parent 5681bf83e2
commit 9fc2222a4d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct sock {
struct aparams wpar; /* write (ie rec) parameters */
int delta; /* pos. change to send */
int tickpending; /* delta waiting to be transmitted */
int fillpending; /* initial delta waiting to be transmitted */
int fillpending; /* pending buffer fill request */
unsigned int walign; /* align data packets to this */
unsigned int bufsz; /* total buffer size */
unsigned int round; /* block size */