浏览代码

*** empty log message ***

Andrei Pelinescu-Onciul 23 年之前
父节点
当前提交
5740cd0835
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. 4 4
      Makefile.defs
  2. 1 1
      test/stateless.cfg
  3. 2 2
      test/th-uri.cfg

+ 4 - 4
Makefile.defs

@@ -80,10 +80,10 @@ MKTAGS=ctags-exuberant -R .
 
 
 ifeq ($(mode), release)
 ifeq ($(mode), release)
 	CFLAGS=-O9 -funroll-loops  -Wcast-align $(PROFILE) -Winline\
 	CFLAGS=-O9 -funroll-loops  -Wcast-align $(PROFILE) -Winline\
-	#		-malign-double -malign-loops=4 -minline-all-stringops \
-	#		-march=athlon -mcpu=athlon
-	#-Wmissing-prototypes
-	LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)\
+#			-malign-double -malign-loops=4 -minline-all-stringops \
+#			-march=athlon -mcpu=athlon
+	#-Wmissing-prototypes 
+	LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)
 	# we need -fPIC -DPIC only for shared objects, we don't need them for
 	# we need -fPIC -DPIC only for shared objects, we don't need them for
 	# the executable file, because it's always loaded at a fixed address
 	# the executable file, because it's always loaded at a fixed address
 	# -andrei
 	# -andrei

+ 1 - 1
test/stateless.cfg

@@ -17,7 +17,7 @@ check_via=no     # (cmd. line: -v)
 dns=on           # (cmd. line: -r)
 dns=on           # (cmd. line: -r)
 rev_dns=yes      # (cmd. line: -R)
 rev_dns=yes      # (cmd. line: -R)
 #port=5070
 #port=5070
-listen=127.0.0.1
+#listen=127.0.0.1
 #listen=195.37.77.101
 #listen=195.37.77.101
 loop_checks=0
 loop_checks=0
 # for more info: sip_router -h
 # for more info: sip_router -h

+ 2 - 2
test/th-uri.cfg

@@ -5,7 +5,7 @@
 #
 #
 
 
 
 
-debug=9          # debug level (cmd line: -dddddddddd)
+debug=1          # debug level (cmd line: -dddddddddd)
 #fork=yes          # (cmd. line: -D)
 #fork=yes          # (cmd. line: -D)
 fork=no
 fork=no
 log_stderror=yes # (cmd line: -E)
 log_stderror=yes # (cmd line: -E)
@@ -18,7 +18,7 @@ dns=on           # (cmd. line: -r)
 rev_dns=yes      # (cmd. line: -R)
 rev_dns=yes      # (cmd. line: -R)
 #port=5070
 #port=5070
 #listen=127.0.0.1
 #listen=127.0.0.1
-#listen=195.37.77.101
+listen=192.168.57.33
 loop_checks=0
 loop_checks=0
 # for more info: sip_router -h
 # for more info: sip_router -h