Jump to content

Recommended Posts

Posted

Hi,

 

Is there a ways to set ReuseSocket := rsTrue in Server Module?

I am trying to merge unigui and a software to work-on/open the same port but cannot set unigui to allow ReuseSocket.

 

Thank you.

Posted

As a server side you can't assign two apps to listen to the same port !! beside that you have more than 65,000 ports, try to use a different port 

  • 2 weeks later...
Posted

Having two apps listening on the same port, on the same IP,

would create a routing problem, so it is blocked by the OS.

If both responds, who does first would be unpredictable,

and it's meant to be a one-on-one setup like in monogamy.

 

But you can add another network card/IP address on the

same box, if that helps you.

 

That way you can broadcast to both apps, on the same port

but different IP, if that was the goal. Like having two girls,

but in different rooms. You can't have two open ports in one

single room...only creates problems....just common sense :)

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...