You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now portal network use discv5 based utp packet and it only use talkReq but no need response. Currently in geth code, callCh is used for discv5 request with response, sendCh is used for discv5 response.
Reuse sendCh to send calls that don't require a response, this is a minimal change.
The text was updated successfully, but these errors were encountered:
Right now portal network use discv5 based utp packet and it only use talkReq but no need response. Currently in geth code,
callCh
is used for discv5 request with response,sendCh
is used for discv5 response.Reuse
sendCh
to send calls that don't require a response, this is a minimal change.The text was updated successfully, but these errors were encountered: