Good day.
I'm developing a PC/MAC app that will be used by large institutions. So, they need the socket numbers for TCP/UDP that they must open on their firewall.
Which sockets should I tell then to open?
Hello, Combu is not a real-time network framework, but instead it uses HTTP connectionless protocol so they only need to open the port of the web server (80, 8080 or any other port they set in Apache's httpd.conf or IIS' Web.config).
FRANCESCO CROCETTI @ SKARED CREATIONS
Thanks!
Oh I forgot: if the web server and MySQL database are not running on the same machine then they need to setup the firewall to enable data on the port set in MySQL server configuration between the two servers (you can set GAME_DB_PORT to change your MySQL port in /lib/config.php, by default MySQL runs on 3306 [TCP only should be enough, I think]).
FRANCESCO CROCETTI @ SKARED CREATIONS