| statprotocolquicbridgeResult Structure Definition |
The statprotocolquicbridgeResult structure defines the return type for statprotocolquicbridge 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. |
protocolquicbridgeList |
Pointer to the protocolquicbridge List. |
| protocolquicbridgestats Structure Definition |
The protocolquicbridgestats structure defines the actual return type values for statprotocolquicbridge API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
quicbridgeconn |
Total number of QUIC Bridge connections |
quicbridgeconnrate |
Rate of QUIC Bridge connections |
quicbridgemigratedconn |
Total number of migrated QUIC Bridge connections |
quicbridgemigratedconnrate |
Rate of migrated QUIC Bridge connections |
quicbridgeqci |
Current number of QUIC Bridge connection infos |
quicbridgeqcirate |
Current Rate of QUIC Bridge connection infos |
quicbridgeqpi |
Current number of QUIC Bridge peer infos |
quicbridgeqpirate |
Current Rate of QUIC Bridge peer infos |
quicbridgeqpialcfail |
Number of QUIC Bridge peer info allocation failures |
quicbridgeqpialcfailrate |
Rate of QUIC Bridge peer info allocation failures |
quicbridgeqcialcfail |
Number of QUIC Bridge connection info allocation failures |
quicbridgeqcialcfailrate |
Rate of QUIC Bridge connection info allocation failures |
See Also |