Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reliability improvements for multi-hop service announcements #20

Merged
merged 15 commits into from
Apr 1, 2014

Commits on Mar 26, 2014

  1. PacketReceivedFromOLSR now forwards packets on AF_INET socket instead…

    … of AF_PACKET
    Dan Staples committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    ee1a732 View commit details
    Browse the repository at this point in the history
  2. dnssd: make forwarding socket persistent

    Dan Staples committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    9fdcf90 View commit details
    Browse the repository at this point in the history
  3. dnssd: set IP_MULTICAST_LOOP flag on forwarding socket

    Dan Staples committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    6dcbb98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd74aee View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. send mDNS queries to local interfaces every 30 seconds

    Dan Staples committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    4224e51 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    Dan Staples committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    6c66a42 View commit details
    Browse the repository at this point in the history
  3. fix setting up IP socket

    Dan Staples committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    7bf3eaf View commit details
    Browse the repository at this point in the history
  4. put port in network order

    Dan Staples committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    d14aed5 View commit details
    Browse the repository at this point in the history
  5. use PTR mDNS type and concat domain

    Dan Staples committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    66e53c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. better handle IP aliases on an interface

    Dan Staples committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    affd9ad View commit details
    Browse the repository at this point in the history
  2. send out periodic mDNS queries on mesh interface

    Dan Staples committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    5a6cafc View commit details
    Browse the repository at this point in the history
  3. set multicast ttl=255

    Dan Staples committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    d674eb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. Configuration menu
    Copy the full SHA
    e47c1ed View commit details
    Browse the repository at this point in the history
  2. change dump_packet debug level

    Dan Staples committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    c31e724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dfddd2 View commit details
    Browse the repository at this point in the history