소스 검색

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;
     }