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

enable multicast reception and binding to a specific interface #32

Merged
merged 8 commits into from
Feb 9, 2017

Commits on Feb 9, 2017

  1. enable multicast reception and binding to a specific interface

    Nathan Kawalec authored and mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    5e53068 View commit details
    Browse the repository at this point in the history
  2. feed: add compat checks for new headers

    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    4e72db0 View commit details
    Browse the repository at this point in the history
  3. feed: consolidate start_socket functions / rename start_udp_unbound_l…

    …istener
    
    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    22ea3ea View commit details
    Browse the repository at this point in the history
  4. feed: start_socket: pass ip, if any, to start_udp_unbound_listener

    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    5c8444a View commit details
    Browse the repository at this point in the history
  5. feed: fix WIN32 fatal error: ifaddrs.h: No such file or directory

    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    b97b69c View commit details
    Browse the repository at this point in the history
  6. feed: rename interface to net_if

    ...to fix errors like the following in a win32 build:
    
    feed.h:51:39: error: expected ',' or '...' before 'struct'
      int start_socket(char* source, char* interface = NULL);
    
    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    955fd1a View commit details
    Browse the repository at this point in the history
  7. feed: fix win32 error: cannot convert 'ip_mreq*'

    error: cannot convert 'ip_mreq*' to 'const char*' for argument '4'
    to 'int setsockopt(SOCKET, int, int, const char*, int)'
    
    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    9b8ac10 View commit details
    Browse the repository at this point in the history
  8. feed: improve win32 build compat for struct ip_mreq

    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
    mkrufky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    aef9f71 View commit details
    Browse the repository at this point in the history