Irrnet Help

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
cheeks
Posts: 5
Joined: Sun Aug 03, 2008 3:50 pm

Irrnet Help

Post by cheeks »

sorry for the double post (previous one on the irrnet announcement topic) but I guess this is probably the best place to ask:

I am using irrnet to create a server in my computer and would have a friend connect to this server. I tried to setup my ip address like

Code: Select all

netmgr->setCustomAddress("93.102.65.201",1234);

but I am not sure about the port and he can't connect either. If i open two projects in my localhost one as server and the other as client I can connect. I am completely new to this networking stuff so I think i must be missing something really basic...

Thanks in advance.
Post Reply