-
Notifications
You must be signed in to change notification settings - Fork 612
ERROR(udpgw): BConnection_Init failed #114
Comments
Apparently udpgw is failing to accept connections. This may be normal sometimes if a connection is aborted before it could be accepted. But anyway you can run with strace to see the error code. |
when 100+ user connected in my server then face this issue....... if 20 / 30 user connected then can't face this issue.... my server is 32 GB RAM, 16 CPU, 1 GB LAN |
My guess would be that you need to increase the maximum number of file descriptors (ulimit -n). |
please tell me whose file i need change..... just give me example please |
Depends on how you run the program. Generally the limit is raise using ulimit -n (e.g. 10000) but you may need to change system policy if you get "operation not permited". If running from a systemd service, then LimitNOFILE= in the service config file. |
/bin/badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 1 i will run from this command ......... if you need any change please give me.... i need minimum 1000+ user connected in my vpn server.... badvpn service every time run...... but whatsapp call not working when show like this error..... if exit badvpn & again open then work some time good.... after some time again same issue.... |
Please brother, please give me any solution for me |
The text was updated successfully, but these errors were encountered: