< Previous by Date | Date Index | Next by Date > |
Thread Index |
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/
---------- Forwarded message ----------
From: <alexinessweetoptions@xxxxxxxxx>
To: "resiprocate-users@xxxxxxxxxxxxxxx" <resiprocate-users@xxxxxxxxxxxxxxx>
Cc:
Date: Wed, 13 Jan 2016 03:50:29 +0000 (UTC)
Subject: Enable keepalivehi,i found the following codes in https://www.resiprocate.org/DUM_Keep_Alive_Manager."To enable keep alive messages you need to call:"auto_prt<KeepAliveManager> keepAlive(new KeepAliveManager); dum->setKeepAliveManager(keepAlive); dum->getMasterProfile()->setKeepAliveTimeForDatagram(30); dum->getMasterProfile()->setKeepAliveTimeForStream(30);I want to enable the keepalive, where do i have to put the above codes?thank you in advance..