Better Netplay reset and abort handling. Some small other fixes.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2571 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
There are three types of negotiations used to synchronised the parties
|
||||
There are several types of negotiations used to synchronised the parties
|
||||
of a network connection.
|
||||
|
||||
- Continue when we know the other is ready ("Ready")
|
||||
@@ -11,7 +11,8 @@ of a network connection.
|
||||
This is used to end a state where both parties are modifying
|
||||
common data. Both parties have to agree with the data for either
|
||||
party to continue.
|
||||
|
||||
- Reset a connection. This is used to abort a game in progress and return
|
||||
to the fleet setup menu.
|
||||
|
||||
============================================================================
|
||||
|
||||
@@ -199,6 +200,13 @@ I also check whether it is possible for packets to arrive that
|
||||
aren't expected.
|
||||
|
||||
|
||||
============================================================================
|
||||
|
||||
"Reset" negotiation.
|
||||
|
||||
See src/sc2code/netplay/proto.c
|
||||
|
||||
|
||||
============================================================================
|
||||
|
||||
Battle ending negotiation.
|
||||
|
||||
Reference in New Issue
Block a user