Set gateway for socket

downs default_357-line at yahoo.de
Wed May 14 09:40:13 PDT 2008


anonymous wrote:
> Is there a way to set the gateway to connect through when creating a socket?

That's a problem for your operating system, not your programming language.

D can only expose what the underlying OS API offers.

Anyway, any such calls would inevitably be highly platform specific, and thus interfere with Phobos' intended crossplatformness.

(That's a no :)

 --downs


More information about the Digitalmars-d-learn mailing list