Version
4.0
setUDPResponseDatagramsExpected( names, values )
Set the expected number of UDP datagrams in the response, for each of
the named virtual servers. For simple request/response protocols a value
of 1 should be used. If set to 1, the connection will not be discarded
until the udp_timeout is reached.
void setUDPResponseDatagramsExpected(
String[] names
Integer[] values
)
setUDPTimeout( names, values )
Set the time after which an idle UDP connection should be discarded and
resources reclaimed, in seconds, for each of the named virtual servers.
void setUDPTimeout(
String[] names
Unsigned Integer[] values
)
setWebcacheEnabled( names, values )
Set whether each of the named virtual servers should attempt to cache
web server responses.
void setWebcacheEnabled(
String[] names
Boolean[] values
)
setWebcacheErrorpageTime( names, values )
Set the time periods that each of the named virtual servers should cache
error pages for.
void setWebcacheErrorpageTime(
String[] names
Unsigned Integer[] values
)
setWebcacheTime( names, values )
Set the time periods that each of the named virtual servers should cache
web pages for.
75
New Page 1