Changes between Version 110 and Version 111 of Avah4users

Show
Ignore:
Timestamp:
06/18/08 15:54:30 (5 years ago)
Author:
lennart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Avah4users

    v110 v111  
    126126   * Not all mDNS implementations (especially embedded ones) support the special protocol extension that is required to allow avahi-discover to find a service without asking for a specific service type. Thus, some printers and a few other devices will not show up in avahi-discover. You should, however, be able to find them if you look for them with avahi-browse and specify service type you are looking for. e.g.: avahi-browse _ipp._tcp 
    127127 1. '''I want to write a TCP server application that automatically chooses a free IP port for listening and then announces it via Avahi. How do I do that best? ''' 
    128    * Just create the socket and call listen() on it. Then, the IP stack will automatically assign a free port number. Use getsockname() to query the port number that has been chosen and use that when registering the Avahi service. [source:/trunk/docs/socket-auto-port.c An exmaple how to do this may be found in our SVN] 
     128   * Just create the socket and call listen() on it. Then, the IP stack will automatically assign a free port number. Use getsockname() to query the port number that has been chosen and use that when registering the Avahi service. [source:/docs/socket-auto-port.c An exmaple how to do this may be found in our GIT] 
    129129 1. '''I get a lot of IP_ADD_MEMBERSHIP failed: No buffer space available messages in syslog! ''' 
    130130   * Increase your {{{/proc/sys/net/ipv4/igmp_max_memberships}}} (on Linux)