Commit 0ec3015a authored by Youness Alaoui's avatar Youness Alaoui

Restore stun_bind_keepalive function

parent c141112d
...@@ -254,7 +254,6 @@ int stun_bind_run (int fd, ...@@ -254,7 +254,6 @@ int stun_bind_run (int fd,
return val; return val;
} }
#if 0
/** ICE keep-alives (Binding discovery indication!) */ /** ICE keep-alives (Binding discovery indication!) */
int int
...@@ -280,7 +279,6 @@ stun_bind_keepalive (int fd, const struct sockaddr *restrict srv, ...@@ -280,7 +279,6 @@ stun_bind_keepalive (int fd, const struct sockaddr *restrict srv,
return errno; return errno;
return 0; return 0;
} }
#endif
int int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment