Explorar o código

local network tests

kaikas %!s(int64=7) %!d(string=hai) anos
pai
achega
c5a5a1de1b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      test/mycodaemon.c

+ 1 - 2
test/mycodaemon.c

@@ -5,11 +5,10 @@
 #include "../src/myco-daemon.c"
 
 
-// TODO: make into daemon later
 int main() {
 
 
-    if (myco_daemon_start(getpid(), "127.0.0.1", "127.0.0.1") == -1) {
+    if (myco_daemon_start(getpid(), "192.168.0.35", "192.168.0.10") == -1) {
         return EXIT_FAILURE;
     }