Specifies a timeout in milliseconds that a server should wait when an ['unknownProtocol'
][] is emitted. If the socket has not been destroyed by that time the server will destroy it.
interface
http2.ServerOptions
interface ServerOptions<Http1Request extends typeof IncomingMessage = typeof IncomingMessage, Http1Response extends typeof ServerResponse = typeof ServerResponse, Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, Http2Response extends typeof Http2ServerResponse = typeof Http2ServerResponse>
- unknownProtocolTimeout?: number