C wsproxy: seq numbers and decode multiple frames.

This commit is contained in:
Joel Martin
2010-06-07 12:44:02 -05:00
parent 8e1aa95ba3
commit 9e61a9c6f0
3 changed files with 122 additions and 41 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ typedef struct {
} ws_ctx_t;
typedef struct {
int b64encode;
int do_b64encode;
int do_seq_num;
int seq_num;
} client_settings_t;