Set the maximum time allowed to be silent before a packet must be received for the given DOFConnectionConfigBuilder. 
Please refer to DOFConnectionConfigBuilder_Create for the default value for this setting.
- Parameters
 - 
  
    | self | The Connection Config Builder. If self is NULL, no action will be taken.  | 
    | maxSilence | The maximum silence time, in milliseconds. This must be greater than 0. | 
  
   
- Return values
 - 
  
    | TRUE | Max receive silence was set.  | 
  
   
- Exceptions
 - 
  
    | FALSE | Failed to set max receive silence.  |