statprotocolhttp3Result Structure Definition

The statprotocolhttp3Result structure defines the return type for statprotocolhttp3 API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

protocolhttp3List

Pointer to the protocolhttp3 List.


protocolhttp3stats Structure Definition

The protocolhttp3stats structure defines the actual return type values for statprotocolhttp3 API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


http3requestsrcvd

Total number of HTTP/3 requests received

http3requestsrcvdrate

Rate of HTTP/3 requests received

http3requestssent

Total number of HTTP/3 requests sent

http3requestssentrate

Rate of HTTP/3 requests sent

http3responsesrcvd

Total number of HTTP/3 responses received

http3responsesrcvdrate

Rate of HTTP/3 responses received

http3responsessent

Total number of HTTP/3 responses sent

http3responsessentrate

Rate of HTTP/3 responses sent

http3conninfalcfail

Number of HTTP/3 connection-info allocation failures

http3conninfalcfailrate

Rate of HTTP/3 connection-info allocation failures

http3nsbalcfail

Number of HTTP/3 NSB allocation failures

http3nsbalcfailrate

Rate of HTTP/3 NSB allocation failures

http3strminfalcfail

Number of HTTP/3 stream-info allocation failures

http3strminfalcfailrate

Rate of HTTP/3 stream-info allocation failures

http3strmpcbalcfail

Number of HTTP/3 stream PCB allocation failures

http3strmpcbalcfailrate

Rate of HTTP/3 stream PCB allocation failures

See Also