Explorar o código

Bind to all IPv6 addresses in the example

bel %!s(int64=10) %!d(string=hai) anos
pai
achega
dbc89c9ddc
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      examples/embedded_c/embedded_c.c

+ 4 - 0
examples/embedded_c/embedded_c.c

@@ -16,7 +16,11 @@
 
 
 #define DOCUMENT_ROOT "."
+#ifdef USE_IPV6
+#define PORT "8888,[::]:8886"
+#else
 #define PORT "8888"
+#endif
 #define EXAMPLE_URI "/example"
 #define EXIT_URI "/exit"
 int exitNow = 0;