CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    60

    Document Required of how Clients communicate with the Server through Sock4 or 5 Protocol

    Can anyone provide me with the documentation
    of Sock4 or Sock5.
    I need to know urgently, how does the client
    communicate with the server through the
    protocols Sock4 or Sock5

    A problem stays like a challenge till
    I find the solution to it.

  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Document Required of how Clients communicate with the Server through Sock4 or 5 Protocol

    Check out RFC1928, this handles the socks5 protocol.

    http://www.cis.ohio-state.edu/htbin/rfc/rfc1928.html

    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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