A few renamings to be consistent.
This commit is contained in:
parent
33ad3deaee
commit
8d3eb1a258
4 changed files with 20 additions and 20 deletions
|
@ -58,7 +58,7 @@ Peer::Peer(const Identity &myIdentity,const Identity &peerIdentity)
|
|||
throw std::runtime_error("new peer identity key agreement failed");
|
||||
}
|
||||
|
||||
void Peer::onReceive(
|
||||
void Peer::receive(
|
||||
const RuntimeEnvironment *_r,
|
||||
const SharedPtr<Socket> &fromSock,
|
||||
const InetAddress &remoteAddr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue