aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 77237bf..78c98cb 100644
--- a/main.c
+++ b/main.c
@@ -125,6 +125,8 @@ static bool server_socket_callback(int fd){
}
static bool timeout_callback(int fd){
+ // Note: this does not check the protocol version. If the protocol changes
+ // significantly regarding push messages, perhaps that should change.
return net_send_raw_text(fd,"_push ping\n",11);
}