Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Networking question?  (Read 1873 times)

0 Members and 1 Guest are viewing this topic.

Anthony11

  • Newbie
  • *
  • Posts: 38
    • View Profile
Networking question?
« on: August 22, 2015, 06:00:54 pm »
I'm looking to create a server and client application (either TCP or UDP). I'm not very experienced in sockets, but I managed to make it work. But my problem is that if I want to send data to client, it has to unblock the program in firewall. So my question is: is it possible to avoid firewall exception for client?

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Networking question?
« Reply #1 on: August 22, 2015, 06:04:46 pm »
You want to bypass a firewall?
That would kind of defeat the purpose of the firewall. However, the firewall should be able to be configured to accept the connection.
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything