the error connection of socket in kernel(new)

Neo-Vortex root at Neo-Vortex.net
Tue May 31 05:35:53 PDT 2005



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


More information about the freebsd-hackers mailing list