search for: browse_mailslot

Displaying 1 result from an estimated 1 matches for "browse_mailslot".

2005 Jan 19
1
cannot bind when doing a browser sync
...ying to set up host A as a domain master browser, and host B as a local master browser. This works fine, until they try to sync the browse list. They register with each other correctly because nmbd/nmbd_sendannounce.c's browse_sync_remote is binding to the LAN address: send_mailslot(True, BROWSE_MAILSLOT, outbuf,PTR_DIFF(p,outbuf), global_myname(), 0x0, "*", 0x0, addr, FIRST_SUBNET->myip, DGRAM_PORT); So I have "remote browse sync" set to the other hosts's LAN address, because the source address must local host's LAN address (FIRST_SUBNET->myip)....