I'm sending a simple "heartbeat" message type from the client to the
server via a client peer Reliable and ordered. This is all testing and
learning; so, nothing to fancy going on here. The message never gets
to the server that I can tell. I have a message written to the console
when the message type has been received on the server. The message
type is from my own "OP Code" enumeration. As stated, everything works
within the LAN. It is the WAN I am having issues with. I tried testing
from work today to verify that all of my ports are properly forwarded.
No success there. I think work has UDP blocked :) I'm having a co-
worker trying from their home for verification.
Thanks for looking into this. So far, I really like Lidgren.