Closed richard-ramos closed 1 month ago
Adds a function to ping peers via bindings
int waku_ping_peer(void* ctx, const char* peerAddr, int timeoutMs, WakuCallBack callback, void* userData);
This is required in status-go for the storenode cycle, in which a storenode is selected based on ping RTT
You can find the image built from this PR at
quay.io/wakuorg/nwaku-pr:3144
Built from 31983786e61cfcfa498826e7e0ca85015ae5fc36
Description
Adds a function to ping peers via bindings
This is required in status-go for the storenode cycle, in which a storenode is selected based on ping RTT