Is it possible multiple host for configData?

Post here your questions about the Unity / .Net / Mono / Windows 8 / Windows Phone 8 API for SFS2X

Moderators: Lapo, Bax

Post Reply
Dzxyan
Posts: 7
Joined: 11 May 2016, 09:27

Is it possible multiple host for configData?

Post by Dzxyan »

Is it possible multiple host for configData?
such like

Code: Select all

ConfigData.Host = “127.0.0.1”;
ConfigData.Port = 9933;
ConfigData.Zone = “Example”;
ConfigData.HttpsPort = 9933;
ConfigData.HttpPort = 8080;
want httpsPort and httpPort using different host.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Is it possible multiple host for configData?

Post by Lapo »

Hi,
I am not sure I understand.

You typically connect each client to one server, so you just use one host. Multiple hosts would make sense if you used multiple connections per user.

Can you clarify what you're trying to do?

Thanks
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply