Hey Matt, > I think that is likely true. We still call the resolve() method, but > I'm unsure of why a query is specified to retrieve the tcp_endpoint > object. This might be a useful snippet of code:
In fact, that call to resolve() is not doing anything, since you ignore its return value. It apparently would do a reverse lookup. I have added a NO_RESOLVE_ACCEPT_ADDRESS define which you can set to directly specify the address and port number instead of relying on an asio resolver. Regards, koen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
