I have write a game on OpenGl, and want to make it a multiplayer game. I\'m working on Windows, but I\'m actually a C#-programmer. Socket programming goes too easy at C#, but at
You should look into Raknet if you're intrested in Networking for games; or Winsock/BSD sockets if you really want to learn everything under the hood!