Re: SOCK proxy again

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Dave A" <dave@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

[No SOCKS Support in .NET]

I agree, this always struck me as strange. Especially now that MS is
including a SecureStream class over TCP sockets. A SOCKS enabled socket
seemed a very natural thing.

Fortunatly there is an answer:
http://www.mentalis.org/soft/class.qpx?id=9

I've had no troubles tying these together with all the other socket code
that MS does provide.

--
Chris Mullins


.



Relevant Pages

  • Re: SOCK proxy again
    ... WebServices/SOAP request to use it? ... Dave A ... [No SOCKS Support in .NET] ... I've had no troubles tying these together with all the other socket code ...
    (microsoft.public.dotnet.general)
  • RE: TCP/IP - Sockets appear to be restricted to maximum 65,535 byte transfers
    ... Well - documentation aside - TCP sockets are byte streams. ... Just read and write in chunk sizes of your choosing. ... > to transfer a quantity of data via a TCP Socket. ...
    (comp.os.vms)
  • [PATCH 2.6.23-rc6 Resending] NETWORKING : Edge Triggered EPOLLOUT events get missed for TCP sock
    ... SOCK_NOSPACE bit is set in the socket flags. ... EPOLLOUT events to be missed for TCP sockets, ... No free buffers (all are dispatched to sendfile and are ...
    (Linux-Kernel)
  • Re: sockets: connecting several UDP clients
    ... So, basically My application has a list of TCP sockets for TCP communication, and _one_ UDP socket, globally for everything. ... Where the IP + port should be stored in a sockaddr_in for convenience. ... It's just IP+port and _one_ global udp socket for the protocol. ...
    (comp.os.linux.development.apps)
  • Re: Async ReadFile
    ... By using ReadFile, you've already made the decision to program your socket ... using generic, rather than specific, functionality. ... You're right, of course - TCP sockets, because they inherit from IFS ...
    (microsoft.public.win32.programmer.networks)