| statprotocolquicResult Structure Definition |
The statprotocolquicResult structure defines the return type for statprotocolquic 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. |
protocolquicList |
Pointer to the protocolquic List. |
| protocolquicstats Structure Definition |
The protocolquicstats structure defines the actual return type values for statprotocolquic API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
quicclientdgrmrcvd |
Total QUIC client UDP datagrams received |
quicclientdgrmrcvdrate |
Rate QUIC client UDP datagrams received |
quicserverdgrmrcvd |
Total QUIC server UDP datagrams received |
quicserverdgrmrcvdrate |
Rate QUIC server UDP datagrams received |
quicclientdgrmsent |
Total QUIC client UDP datagrams sent |
quicclientdgrmsentrate |
Rate QUIC client UDP datagrams sent |
quicserverdgrmsent |
Total QUIC server UDP datagrams sent |
quicserverdgrmsentrate |
Rate QUIC server UDP datagrams sent |
quiccurclientconn |
Current QUIC client connections |
quiccurclientconnrate |
Current QUIC client connections |
quiccurserverconn |
Current QUIC server connections |
quiccurserverconnrate |
Current QUIC server connections |
quiclocalconnid |
Current QUIC local connection IDs allocated |
quiclocalconnidrate |
Current QUIC local connection IDs allocated |
quiccursavedcryptoctx |
Current QUIC crypto contexts allocated |
quiccursavedcryptoctxrate |
Current QUIC crypto contexts allocated |
quictotclientconn |
Total QUIC client connections |
quicclientconnrate |
Rate QUIC client connections |
quictotserverconn |
Total QUIC server connections |
quicserverconnrate |
Rate QUIC server connections |
quicmigratedconn |
Total number of migrated QUIC connections |
quicmigratedconnrate |
Rate of migrated QUIC connections |
quicjumboframesrcvd |
Total number of QUIC jumbo frames received |
quicjumboframesrcvdrate |
Rate of QUIC jumbo frames received |
quicretrypktsent |
Number of QUIC Retry packets sent |
quicretrypktsentrate |
Rate of QUIC Retry packets sent |
quichandshakecmpltd |
Number of QUIC handshake messages completed |
quichandshakecmpltdrate |
Rate of QUIC handshake messages completed |
quictransptconnclosepktsent |
Number of QUIC transport no-error Connection Close packets sent |
quictransptconnclosepktsentrate |
Rate of QUIC transport no-error Connection Close packets sent |
quicappconnclosepktsent |
Number of QUIC application no-error Connection Close packets sent |
quicappconnclosepktsentrate |
Rate of QUIC application no-error Connection Close packets sent |
quicasyncdatagramssent |
Number of QUIC datagrams sent using async mode |
quicasyncdatagramssentrate |
Rate of QUIC datagrams sent using async mode |
quicconninfoalcfail |
Quic session allocations failed |
quicconninfoalcfailrate |
Quic session allocations failed |
quicnsbalcfail |
Quic NSB allocations failed |
quicnsbalcfailrate |
Quic NSB allocations failed |
quictlsalertsent |
Total QUIC TLS 1.3 transport errors sent |
quictlsalertsentrate |
Rate QUIC TLS 1.3 transport errors sent |
quicstlessconnclosepktsent |
Number of QUIC stateless Connection Close packets sent |
quicstlessconnclosepktsentrate |
Rate of QUIC stateless Connection Close packets sent |
quicvernegpktsent |
Number of QUIC Version Negotiation packets sent |
quicvernegpktsentrate |
Rate of QUIC Version Negotiation packets sent |
quictransptconnclosepktfail |
Number of QUIC transport error Connection Close packets sent |
quictransptconnclosepktfailrate |
Rate of QUIC transport error Connection Close packets sent |
quicappconnclosepktfail |
Number of QUIC application error Connection Close packets sent |
quicappconnclosepktfailrate |
Rate of QUIC application error Connection Close packets sent |
quicretrytokenverfail |
Number of times QUIC Retry token verification failed |
quicretrytokenverfailrate |
Rate of times QUIC Retry token verification failed |
quicnewtokenverfail |
Number of times QUIC NEW_TOKEN token verification failed |
quicnewtokenverfailrate |
Rate of times QUIC NEW_TOKEN token verification failed |
See Also |