The Configure callback will be called when a session open command is received from a remote node that is requesting an inbound session. The Application may configure the inbound session or do nothing to use the defaults. The session will be initialized with the defaults before this callback is called. The defaults are: Receive silence timer is set to 120 seconds. The security desire is set to DOSDPSSESSION_SECURITY_DESIRE_NOT_SECURE. No permissions The following functions can be used to configure the session when this callback is called: DOSDPSSession_SetReceiveSilence DOSDPSSession_SetSecurityDesire DOSDPSSession_SetPermissions This callback must not be NULL.
|