mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
updated network simulator with new grouter methods
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7300 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7e517906fd
commit
7d13a7f85b
@ -21,6 +21,7 @@ void MonitoredGRouterClient::sendMessage(const GRouterKeyId& destination_key_id)
|
||||
item->data_bytes = (unsigned char *)malloc(item->data_size) ;
|
||||
|
||||
RSRandom::random_bytes(item->data_bytes,item->data_size) ;
|
||||
GRouterMsgPropagationId propagation_id ;
|
||||
|
||||
_grouter->sendData(destination_key_id,item) ;
|
||||
_grouter->sendData(destination_key_id,GROUTER_CLIENT_SERVICE_ID_00,item,propagation_id) ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user