More consistent use of signal struct
This commit is contained in:
parent
cb09125dc4
commit
eaca1ee1f7
9 changed files with 68 additions and 68 deletions
|
|
@ -27,7 +27,7 @@ func (peer *Peer) KeepKeyFreshSending() {
|
|||
|
||||
/* Called when a new authenticated message has been received
|
||||
*
|
||||
* NOTE: Not thread safe (called by sequential receiver)
|
||||
* NOTE: Not thread safe, but called by sequential receiver!
|
||||
*/
|
||||
func (peer *Peer) KeepKeyFreshReceiving() {
|
||||
if peer.timer.sendLastMinuteHandshake {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue