瀏覽代碼

local network tests

kaikas 7 年之前
父節點
當前提交
c5a5a1de1b
共有 1 個文件被更改,包括 1 次插入2 次删除
  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;
     }