Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.61 KB

ValuesDdos.md

File metadata and controls

15 lines (11 loc) · 1.61 KB

Fastly::ValuesDdos

Properties

Name Type Description Notes
ddos_action_limit_streams_connections Integer For HTTP/2, the number of connections the limit-streams action was applied to. The limit-streams action caps the allowed number of concurrent streams in a connection. [optional]
ddos_action_limit_streams_requests Integer For HTTP/2, the number of requests made on a connection for which the limit-streams action was taken. The limit-streams action caps the allowed number of concurrent streams in a connection. [optional]
ddos_action_tarpit_accept Integer The number of times the tarpit-accept action was taken. The tarpit-accept action adds a delay when accepting future connections. [optional]
ddos_action_tarpit Integer The number of times the tarpit action was taken. The tarpit action delays writing the response to the client. [optional]
ddos_action_close Integer The number of times the close action was taken. The close action aborts the connection as soon as possible. The close action takes effect either right after accept, right after the client hello, or right after the response was sent. [optional]
ddos_action_blackhole Integer The number of times the blackhole action was taken. The blackhole action quietly closes a TCP connection without sending a reset. The blackhole action quietly closes a TCP connection without notifying its peer (all TCP state is dropped). [optional]

[Back to API list] [Back to README]