|
i have found a bug now and modify my patch second
time.
+
}else{
+ /* A bind(any) do not allow other bind on the same port */ + ret = 1; + } just ignore these else on the line 2688 in
patch-ctx16.
If i never call tcp_ipv4_addr_conflict()
fuction then programs never get adress already in use error and always run
without fails. Now i just ignore
"do not allow other bind on the same port check"
because all the programs bind 1 ip only. (except
1024<port)
|
