File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ typedef enum pcclSharedStateSyncStrategy_t {
8484 /// all other peers must also specify this strategy.
8585 PCCL_SHARED_STATE_SYNC_STRATEGY_ENFORCE_POPULAR = 0 ,
8686
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.
8888 /// Never must the shared state synchronization result in bytes being transmitted from this peer.
8989 /// When this strategy is used, the peer's shared state contents are not considered for hash popularity.
9090 /// The shared state chosen can never be the shared state provided by this peer.
9191 PCCL_SHARED_STATE_SYNC_STRATEGY_RECEIVE_ONLY = 1 ,
9292
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.
9494 /// Never must the shared state synchronization result in bytes being received by this peer - meaning its shared
9595 /// state contents may not be overwritten by a different shared state content candidate.
9696 /// 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