Re: the error connection of socket in kernel(new)
From: Neo-Vortex (root_at_Neo-Vortex.net)
Date: 05/31/05
- Previous message: Robert Watson: "Re: the error connection of socket in kernel(new)"
- In reply to: shiner chen: "the error connection of socket in kernel(new)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: Robert Watson: "Re: the error connection of socket in kernel(new)"
- In reply to: shiner chen: "the error connection of socket in kernel(new)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]