mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix some wording in Socket comment
This commit is contained in:
parent
36e2d4fc76
commit
1f9bb22b9e
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ void Socket::rateControlSync() {
|
|||
|
||||
// enumerate our list of connections and ask each of them to send off periodic ACK packet for rate control
|
||||
|
||||
// this way we do this is a little funny looking - we need to avoid the case where we call sync and
|
||||
// the way we do this is a little funny looking - we need to avoid the case where we call sync and
|
||||
// (because of our Qt direct connection to the Connection's signal that it has been deactivated)
|
||||
// an iterator on _connectionsHash would be invalidated by our own call to cleanupConnection
|
||||
|
||||
|
|
Loading…
Reference in a new issue