mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 21:03:17 +00:00
#75 add downenc per-user field
This commit is contained in:
parent
3b47b8ad92
commit
a02f7d776f
|
@ -31,6 +31,7 @@ struct user {
|
||||||
struct packet inpacket;
|
struct packet inpacket;
|
||||||
struct packet outpacket;
|
struct packet outpacket;
|
||||||
struct encoder *encoder;
|
struct encoder *encoder;
|
||||||
|
char downenc;
|
||||||
int out_acked_seqno;
|
int out_acked_seqno;
|
||||||
int out_acked_fragment;
|
int out_acked_fragment;
|
||||||
int fragsize;
|
int fragsize;
|
||||||
|
|
Loading…
Reference in a new issue