return false if already notifie
| 126 | |
| 127 | //return false if already notifie |
| 128 | inline bool SetNotified() noexcept { |
| 129 | bool ret = Notified_; |
| 130 | Notified_ = true; |
| 131 | return !ret; |
| 132 | } |
| 133 | |
| 134 | void OnSend() { |
| 135 | if (TNetLibaOptions::AckTailEffect.GetValue() && TLastAckTimes::Common().Get(IdAddr_) + TNetLibaOptions::AckTailEffect.GetValue() > TInstant::Now().GetValue()) { |
no outgoing calls
no test coverage detected