I don't have any problems with a running a client / server on the same machine. My code is available here, it's unfinished overall however the enet connection stuff has worked without problems for a long time.
https://github.com/andrewfenn/Hardwar Server: https://github.com/andrewfenn/Hardwar/blob/master/code/server/src/Server.cpp Client: https://github.com/andrewfenn/Hardwar/blob/master/code/client/tasks/src/NetworkTask.cpp On Thu, Nov 7, 2013 at 5:00 PM, Ruud van Gaal <[email protected]> wrote: > All I can say that in principle this works; I use this every day (a single > exe running both and a server and a client, where the client connects to its > own server). > Ruud > > > On Wed, Nov 6, 2013 at 2:37 PM, Krasimir Marinov <[email protected]> wrote: >> >> Hi, >> >> I’ve been trying to connect to the host:port that my ENetHost is bound to, >> i.e. connect and send to myself. >> Unfortunately this almost immediately results in event DISCONNECT. >> >> Looking at the archives I found the same problem raised 9 years ago (see >> below). >> >> Any reason for this behaviour? >> >> Regards, >> Krasimir >> >> [ENet-discuss] Connecting to self. >> >> Adam D. Moss adam at gimp.org >> Wed Dec 1 08:44:30 PST 2004 >> >> Next message: [ENet-discuss] Connecting to self. >> Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] >> >> ________________________________ >> >> Hi! >> I have a funny problem. My app listens on a port and then attempts >> to connect to itself (for testing purposes, for now). But this >> merely eventually causes a DISCONNECT (presumably time-out) event, >> with no CONNECT. >> >> However, if I launch a second process and do the connect from >> there, the connection is fine. >> >> Am I being stupid for attempting to have a process be a client >> of its own server, or is there some unexpected strangeness which >> prevents an ENet server from being its own client? >> >> Thanks, >> --Adam >> >> >> _______________________________________________ >> ENet-discuss mailing list >> [email protected] >> http://lists.cubik.org/mailman/listinfo/enet-discuss >> > > > _______________________________________________ > ENet-discuss mailing list > [email protected] > http://lists.cubik.org/mailman/listinfo/enet-discuss > _______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
