tibasSpaceDef_SetMinSeederCount()
Sets the minimum number of seeders required for the space to be ready.
Declaration
tibas_status tibasSpaceDef_SetMinSeederCount( tibasSpaceDef spaceDef, tibas_int seederCount) )
Remarks
Use the tibasSpaceDef_SetMinSeederCount() function to set the minimum seeder count value for a specified space.
If this attribute of the SpaceDef is defined, it means that the space will not be usable until the required number of seeders have joined it. Since it is not possible to service any operation on a space until there is at least one seeder for it, there is always an implied default value of 1.
Copyright © Cloud Software Group, Inc. All rights reserved.