On Mon, Sep 24, 2001 at 11:20:10AM -0400, Kingsbury, Michael wrote:
> Any ideas on how to set the TCP options on socket connections? 
> setsockopts seems only to deal with the socket layer.

Generally, the Perl interface to TCP/IP is equivalent to the C interface. 
What would be the equivalent code to set these TCP options you speak of in
C?

That being said, and keeping in mind that I don't have UNP in front of me,
nor do I do a whole lot of socket programming, what is the difference
between setting options on a TCP socket and setting options at the socket
layer?  From setsockopt(2):

    Getsockopt and setsockopt manipulate the options associated with a
    socket.  Options may exist at multiple protocol levels; they are always
    present at the uppermost socket level.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to