Re: the error connection of socket in kernel(new)

From: Neo-Vortex (root_at_Neo-Vortex.net)
Date: 05/31/05

  • Next message: R. Tyler Ballance: "Re: RFC: if_bridge"
    Date: Tue, 31 May 2005 22:35:48 +1000 (EST)
    To: shiner chen <shiner_chen@yahoo.com.cn>
    
    

    On Tue, 31 May 2005, shiner chen wrote:

    > sa_in.sin_port = htons(21);
    > /*this is my computer ip:172.19.11.8*/
    > sa_in.sin_addr.s_addr = htonl((((((172 << 8) | 19) << 8) | 11) << 8) | 48);

    Can't help much with your question, but that last line quoted could be
    made much simpler (and less prone to errors) by using the inet_addr()
    function... half asleep at the moment... will re-look over your actual
    question later :)

    ~Neo-Vortex
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: R. Tyler Ballance: "Re: RFC: if_bridge"