problem with Net::SOCKS;

From: Ing. Branislav Gerzo (konfera_at_2ge.us)
Date: 11/28/04

  • Next message: Ing. Branislav Gerzo: "Re: problem with Net::SOCKS;"
    Date: Sun, 28 Nov 2004 10:11:03 +0100
    To: beginners@perl.org
    
    

    Hi all,

    I have timeout problem with Net::SOCKS, when connecting to socks4/5,
    sometime it gets no timeout, so it "freezes" at that point. I also
    modify SOCKS.pm and add Timeout => 10 to:
    ${*self}{fh} = new IO::Socket::INET (
                       Timeout => 10,
                       PeerAddr => ${*self}{socks_addr},...

    but it doesn't help. Has anyone some idea, how I can modify this to
    work, or using another module for socks 4/5 ? I also saw on CPAN
    Net::SC, but I don't know how to compile that under win32, it also
    uses UNIX specific module - Sys::Syslog

    Thanks for any help.

    -- 
     --. ,--  ,-     ICQ: 7552083      \|||/    .\\obil: 0903 666 466
    ,--' |  - |--    MSN: 2ge@2ge.us   (. .)    .\\obil: 0907 708 777
    `====+==+=+====~ IRC: [2ge] ~==-o00-(_)-00o-==~ `//eb: www.2ge.us
    Nech je to cokolvek, niekto zo spolocnosi to uz jedol na obed.
    -=x=-
    Skontrolované antivírovým programom NOD32
    

  • Next message: Ing. Branislav Gerzo: "Re: problem with Net::SOCKS;"