Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple of warnings in mDNS registration. One of these is an | James Peach | 2007-12-19 | 1 | -2/+1 |
| | | | | actual bug where we pass a pointer instead of a pointer to a pointer. | ||||
* | Move dns_sd.h include to fix the build. | James Peach | 2007-12-13 | 1 | -3/+4 |
| | |||||
* | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 2007-12-13 | 1 | -0/+212 |
If mDNS is supported, attempt to register the first port we are listening on for the _smb._tcp service. This provides more reliable service discovery than NetBIOS browsing. |