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 "[EMAIL PROTECTED]"