소스 검색

fix default multicast address

yanic sends requests to ff02::2:1001 and hopglass to ff02::1, so we will hear to both servers
Sunz3r 7 년 전
부모
커밋
c794aebb4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ext-respondd.py

+ 1 - 1
ext-respondd.py

@@ -452,7 +452,7 @@ if options["debug"]:
 if 'addr' in config:
     addr = config['addr']
 else:
-    addr = 'ff02::2'
+    addr = 'ff02::2:1001'
 
 if 'addr' in config:
     port = config['port']