#75 add downenc per-user field

This commit is contained in:
Erik Ekman 2009-09-20 15:11:08 +00:00
parent 3b47b8ad92
commit a02f7d776f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ struct user {
struct packet inpacket;
struct packet outpacket;
struct encoder *encoder;
char downenc;
int out_acked_seqno;
int out_acked_fragment;
int fragsize;