diff --git a/src/osgPlugins/net/ReaderWriterNET.cpp b/src/osgPlugins/net/ReaderWriterNET.cpp index 13e447823..c91c6e711 100644 --- a/src/osgPlugins/net/ReaderWriterNET.cpp +++ b/src/osgPlugins/net/ReaderWriterNET.cpp @@ -68,6 +68,18 @@ * the server. If fetched, it is written * to cache. * + * proxy_host= - Specify the name of a Proxy host. Proxies are not + * used by default + * + * proxy_port= - When using a Proxy host, specify the port. The + * internal variable defaults to 8080. + * + * Environmental Variables: + * + * OSG_PROXY_HOST Specifies the name of a Proxy host. Overrides options. + * + * OSG_PROXY_PORT When using a Proxy, sets the proxy port deliberately. + * The internal variable defaults to 8080. */