> I have some code that's trying to do a NetBIOS name lookup. > This code is using the old fashioned method of sendto() > with destination INADDR_BROADCAST. This used to work, > but recently started getting ENETUNREACH errors from > the sendto() calls - but only SOME of the time! > > Anyone have ideas why this has started to fail?
As of b129 (IP Datapath Refactoring) the sendto() path can synchronously return errors. Erik and Sowmini can likely help more since they're intimately familiar with the new codepaths, but it's possible this is also a longstanding issue which was not previously reported because of the previous sendto() semantics. -- meem _______________________________________________ networking-discuss mailing list [email protected]
