opt transport

This commit is contained in:
Yihao Deng 2024-05-29 09:19:27 +00:00
parent 1685fab216
commit 2cdaa8c962
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ typedef struct SRpcInit {
int32_t timeToGetConn;
int8_t supportBatch; // 0: no batch, 1. batch
int32_t batchSize;
int8_t shareConn; // 0: no share, 1. share
void *parent;
} SRpcInit;