[Openslp-users] Regarding SLP_BUFFER_OVERFLOW error with "openslp-2.0.beta2" version.
Brought to you by:
jcalcote
From: Kandepu, A. <anu...@hp...> - 2013-04-19 10:12:20
|
Hi , I am using "openslp-2.0.beta2" version.I have been trying to register a service by calling SLPReg() and I am getting "SLP_BUFFER_OVERFLOW" error. I have not seen this error with openslp 1.2.1 version. I have gone through the source code of openslp1.2.1 , 2.0 and found that in 2.0 network connection created as datagram connection always. But in 1.2.1 it used to be TCP connection. Any reason that the n/w connection has been changed from TCP to UDP?.I have changed the openslp code to use TCP n/w connection and my service registration worked fine with that. This may not be good solution though. Can anyone suggest better solution in this scenario to overcome "SLP_BUFFER_OVERFLOW" error?. Is there any config option available in OpenSLP to opt for the n/w connection?. Regards, Anusha. |