Date: Tue, 16 May 2000 23:43:57 +0200 From: Alexander Langer <alex@big.endian.de> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: Manny Obrey <manny8383@hotmail.com>, freebsd-net@FreeBSD.ORG Subject: Re: socket programming, since the topic has come up Message-ID: <20000516234357.A21177@cichlids.cichlids.com> In-Reply-To: <Pine.SOL.4.21.0005161732490.25302-100000@sol.cs.binghamton.edu>; from zzhang@cs.binghamton.edu on Tue, May 16, 2000 at 05:34:52PM -0400 References: <20000516211633.56356.qmail@hotmail.com> <Pine.SOL.4.21.0005161732490.25302-100000@sol.cs.binghamton.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Zhihui Zhang (zzhang@cs.binghamton.edu): > > Each NIC has a unique IP address, right? You can bind to that address. Yes. Take a look at the daemon I had. You don't bind to INADDR_ANY but to the IP (that is, also for outgoing). You should buy a TCP/IP-programming book such as Stevens' "Unix Network Programming". It's very good. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000516234357.A21177>