File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ typedef enum pcclSharedStateSyncStrategy_t {
84
84
/// all other peers must also specify this strategy.
85
85
PCCL_SHARED_STATE_SYNC_STRATEGY_ENFORCE_POPULAR = 0 ,
86
86
87
- /// The user has indicated that they expect to receive shared state only during this shared state sync.
87
+ /// The user has indicated that they expect to only receive shared state during this shared state sync.
88
88
/// Never must the shared state synchronization result in bytes being transmitted from this peer.
89
89
/// When this strategy is used, the peer's shared state contents are not considered for hash popularity.
90
90
/// The shared state chosen can never be the shared state provided by this peer.
91
91
PCCL_SHARED_STATE_SYNC_STRATEGY_RECEIVE_ONLY = 1 ,
92
92
93
- /// The user has indicated that they expect to send shared state only during this shared state sync.
93
+ /// The user has indicated that they expect to only send shared state during this shared state sync.
94
94
/// Never must the shared state synchronization result in bytes being received by this peer - meaning its shared
95
95
/// state contents may not be overwritten by a different shared state content candidate.
96
96
/// When this strategy is used, the peer's shared state contents must be the popular shared state.
You can’t perform that action at this time.
0 commit comments