Changes between Version 357 and Version 358 of WikiStart
- Timestamp:
- 09/22/20 13:24:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v357 v358 469 469 * The [source:/protocol/src/main/java/geniusweb/protocol/NegoProtocol.java NegoProtocol]: this defines what happens when a negotiation starts, when a participant enters halfway the session, what are the allowed actions, what happens if a participant breaks the protocol, etc. 470 470 471 == Protocol Party Parameters471 === Protocol Party Parameters 472 472 Some protocols use the party parameters to set some behaviour. This way per-party protocol adjustments can be made. These parameters are also seen by the party so that it can adapt its behaviour accordingly. 473 473