|
Our servers, up to now, have been binding the server socket with
> localAddr.sin_addr.s_addr = INADDR_ANY
We now have a customer who wants to be able to bind to a specific adaptor, and quite honestly, I'm not sure how the bind works with the above fragment, let alone how to bind it to a specific adaptor.
I'm guessing that binding to INADDR_ANY sets it up to accept any connection that comes in with the right port number. Am I at least correct here?
Given a dotted-decimal address for where the socket should be accepting connections, what would I do to put it into localAddr.sin_addr.s_addr?
--
James H. H. Lampert
Speaks a lot of programming languages, but has only a limited understanding of sockets.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.