Use ECHO instead of HELLO where possible.
This commit is contained in:
parent
a9f404aac3
commit
a7d988745b
4 changed files with 39 additions and 16 deletions
|
@ -137,6 +137,13 @@ public:
|
|||
*/
|
||||
bool send(const RuntimeEnvironment *RR,const void *data,unsigned int len,uint64_t now);
|
||||
|
||||
/**
|
||||
* Manually update last sent time
|
||||
*
|
||||
* @param t Time of send
|
||||
*/
|
||||
inline void sent(const uint64_t t) { _lastOut = t; }
|
||||
|
||||
/**
|
||||
* @return Address of local side of this path or NULL if unspecified
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue