aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-15 08:34:18 -0400
committerTest_User <hax@andrewyu.org>2024-06-15 08:34:18 -0400
commit4eb48e8784cb746828c95c46d556e381772fb225 (patch)
treee2c05241fec8ec770283df7473220a1d6b602e75 /main.c
parent652424e59e5c9be60a8b98912bbe40e344fe158d (diff)
downloadcoupserv-4eb48e8784cb746828c95c46d556e381772fb225.tar.gz
coupserv-4eb48e8784cb746828c95c46d556e381772fb225.zip
Fix PING on timeout, partly
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index cdfeada..ec6afa4 100644
--- a/main.c
+++ b/main.c
@@ -266,7 +266,7 @@ int main(void) {
if (last_timeout) {
break;
} else {
- SEND(STRING(":1HC PING 100 100\n")); // TODO: Fix this as well
+ SEND(STRING(":1HC PING 100 1HC\n")); // TODO: Fix this as well
last_timeout = 1;
}
}