Try probing the server indefinitely from commandline.
[udpgate.git] / src / network.h
index c341ae7..85101f8 100644 (file)
@@ -34,6 +34,7 @@ gboolean optarg_port_set_string(const gchar *string);
 gboolean network_stop(void);
 extern void (*network_notify_hostip)(guint32 hostip_guint32);
 gboolean network_detach(void);
+extern guint probe_timeout_sec_max;
 
 G_END_DECLS