forked from irungentoo/toxcore
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove temporary group connections when no longer needed
(even in the case that a connection is acting as an introducer connection in both directions.) The "peer kill" packet, called "peer leave" in the spec, is renamed as the "peer introduced" packet, and is interpreted as indicating that the connection is no longer needed as an introducer connection and can be killed if it is needed for no other reason, rather than that the connection has necessarily been killed. Older toxcore will continue to kill such connections immediately, but this doesn't cause any real problem.
- Loading branch information
Showing
2 changed files
with
89 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters