CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Location
    Mumbai
    Posts
    11

    Question How do they do that? Virtual Lan?

    There are large number of gamers who play lan based games using GG-framework. Even I play Warcraft with other guys on internet.

    But GG (Now Garena) client software does not seem to add any adapter or
    driver for creating the virtual lan. I used netstat to find out, there
    are two 'ESTABLISHED' TCP connections when I log in to GG.
    When one logs in to GG, one has to start the game through this client and viola! one can see all the game servers and one can play as if the other guys are on lan with him.

    How this is possible? Anyone got ideas?

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: How do they do that? Virtual Lan?

    Proxy would be my guess.

    Viggy

  3. #3
    Join Date
    Nov 2006
    Location
    Mumbai
    Posts
    11

    Unhappy Re: How do they do that? Virtual Lan?

    What do you mean by proxy?

    I can explain a bit more. If I am logged in to Garena client and started a game,
    say Warcraft III and then I create a game server, The game server is visible only to all the people who have logged in to Garena.

  4. #4
    Join Date
    Feb 2002
    Posts
    4,640

    Re: How do they do that? Virtual Lan?

    I mean the client (Garena) acts as a proxy to the game. The game thinks it's connecting to another game server, or the internet. However, it's really connecting to your client program.

    Viggy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured