Hey guys I'm making a small test app that rapidly captures screenshots
of the desktop and sends them over the network. Now when I test
locally in my home network between my two computers, using
"192.168.1.103" as the server IP everything works fine. However if I
try to set the IP to "87.120.1.37" which is my external IP I get this
error:
"Socket Exception was unhandled by user code
The requested address is not valid in its context"
This occurs in the NetBase.cs file, method "public void
Start(IPAddress localAddress)" which is at line 214.
Here is my server implementation, and yes I do know its not the proper
way to do this:
http://pastebin.com/dxJXkrGL
And my client:
http://pastebin.com/V2g2F6t0
I'm 100% sure I've messed up something somewhere, also keep in mind
only one person will connect to the server.
--
You received this message because you are subscribed to the Google Groups "lidgren-network" group.
To post to this group, send email to
lidgren...@googlegroups.com.
To unsubscribe from this group, send email to
lidgren-netwo...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/lidgren-network?hl=en.