Re: [Openslp-devel] Status on testing?
Brought to you by:
jcalcote
From: Simon N. <li...@no...> - 2013-01-04 05:55:49
|
On Thu, Jan 3, 2013 at 9:06 AM, Nick Wagner <ne...@wi...> wrote: > Well, work's been swamped, so I took a little time to do some OS X testing > over the holidays. And frankly, I'm a little stumped. In slpd_incoming.c, > IncomingDatagramRead(), if the incoming message was sent via multicast the > sendto() always fails with a EADDRNOTAVAIL. I can ping the address, the > address structure looks to be initialized correctly, etc. This problem > occurs whether or not I take out the DARWIN section that I added a while > ago to fix a similar issue on multiNIC machines. > > It could just be my test envrionment, but I'm not sure. Any ideas? > In the first call to sendto() on line 116 it uses sock->fd rather than sendsock. Change this and it will work correctly. Simon > --Nick > > > On Fri, Dec 21, 2012 at 4:21 PM, Nick Wagner <ne...@wi...>wrote: > >> I did a little bit of OSX testing -- I've found a bug that prevents slpd >> from responding to multicast requests, e.g. a multicast request for >> directory agents. Hopefully I'll get to it in the next couple of days, >> although the holidays are upon us. Is anyone else having a similar problem >> on Linux/Windows? >> >> --Nick >> >> >> On Thu, Dec 20, 2012 at 6:47 PM, John Calcote <joh...@gm...>wrote: >> >>> Thanks Jim.**** >>> >>> ** ** >>> >>> John**** >>> >>> ** ** >>> >>> *From:* Jim Davis [mailto:jim...@wb...] >>> *Sent:* Thursday, December 20, 2012 3:45 PM >>> *To:* John Calcote >>> *Cc:* OpenSLP Devel Mailing List >>> *Subject:* Re: [Openslp-devel] Status on testing?**** >>> >>> ** ** >>> >>> We have not yet completed our testing. We hope to complete it next week >>> (but it may be the first week of Jan).**** >>> Jim Davis****CTO >>> 910-528-5511 >>> [image: WS] <http://ws-inc.com/>****** ** >>> >>> John Calcote wrote:**** >>> >>> I haven’t seen much traffic for the last week. Anyone doing any testing >>> on the tip of default before Christmas?**** >>> >>> **** >>> >>> John**** >>> >>> >>> >>> >>> **** >>> >>> ------------------------------------------------------------------------------**** >>> >>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial**** >>> >>> Remotely access PCs and mobile devices and provide instant support**** >>> >>> Improve your efficiency, and focus on delivering more value-add services**** >>> >>> Discover what IT Professionals Know. Rescue delivers**** >>> >>> http://p.sf.net/sfu/logmein_12329d2d**** >>> >>> >>> >>> >>> **** >>> >>> _______________________________________________**** >>> >>> >>> Openslp-devel mailing list**** >>> >>> Ope...@li...**** >>> >>> https://lists.sourceforge.net/lists/listinfo/openslp-devel**** >>> >>> ** ** >>> >>> >>> ------------------------------------------------------------------------------ >>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >>> Remotely access PCs and mobile devices and provide instant support >>> Improve your efficiency, and focus on delivering more value-add services >>> Discover what IT Professionals Know. Rescue delivers >>> http://p.sf.net/sfu/logmein_12329d2d >>> _______________________________________________ >>> Openslp-devel mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/openslp-devel >>> >>> >> > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > Openslp-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openslp-devel > > |