Notifications
Clear all

TCP/UDP sockets

4 Posts
2 Users
1 Reactions
870 Views
(@lintzmaia)
Posts: 2
New Member
Topic starter
 

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?

 
Posted : 03/09/2018 3:20 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 03/09/2018 4:30 pm
Lintzmaia reacted
(@lintzmaia)
Posts: 2
New Member
Topic starter
 

Thanks!

 
Posted : 03/09/2018 9:01 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 03/09/2018 11:26 pm
Share: