mirror of
https://github.com/yarrick/iodine.git
synced 2025-03-29 19:29:54 +03:00
#75 add downenc per-user field
This commit is contained in:
parent
3b47b8ad92
commit
a02f7d776f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue