Skip to content

Commit

Permalink
feat: increase proto number to 4
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Sep 25, 2022
1 parent 8b40c54 commit f81b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtty.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "ssl/ssl.h"
#endif

#define RTTY_PROTO_VER 3
#define RTTY_PROTO_VER 4
#define RTTY_MAX_TTY 10
#define RTTY_HEARTBEAT_INTEVAL 5.0
#define RTTY_TTY_TIMEOUT 600
Expand Down

0 comments on commit f81b83c

Please sign in to comment.