lidgren

Dealing with lag in XNA + lidgren

I am experimenting with lidgren in XNA and I'm having some issues with the 'lag'. I've downloaded their XNA sample and noticed that even their sample lags. The thing is, the movement is not smooth on the other side, and I'm trying this on a LAN (on the same computer actually) not over the internet. Has any had the same issues as regar...

Can lidgren-network library connect directly peer to peer given both IP addresses.

I am using lidgen-network library 3 to try and create a peer to peer connection. I am new to network programming which is why i'm using this library. Using the DiscoverKnownPeer() function i have been able to connect within my network. What i have read online is that i need to do a NAT punchthrough which requires a running server that ...