Add speed limit

This commit is contained in:
Michael Jumper
2010-09-09 00:03:16 -07:00
parent 072e90a2ac
commit a1124923f2
2 changed files with 60 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ typedef struct GUACIO {
int instructionbuf_used_length;
char* instructionbuf;
/* Limit */
unsigned int transfer_limit; /* KB/sec */
} GUACIO;
GUACIO* guac_open(int fd);