HI there
i have this problem when trying to load a tcp connection from a .exe with a login
everytime i try to login it either halts, drops, or accepts the connection
around 15 ppl login to this application and sometimes it works and some times it does not
i have to login about 4-5 times with the same username/password and it drops the other 3
can someone tell me what im doing wrong here
defaults
mode tcp
retries 0
maxconn 2000
timeout connect 1s
timeout client 30s
timeout server 30s
frontend WoW_Port
tcp-request session accept if { src_sess_rate gt 10 }
bind *:3724
bind *:8085
bind *:1119
bind *:8081
default_backend backend_servers
backend backend_servers
balance roundrobin
server node01 IP ADDRESS
server node02 IP ADDRESS
1 post - 1 participant