lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9134] bind udp and tcp pcbs to a specific netif


From: Elias Reichart
Subject: [lwip-devel] [patch #9134] bind udp and tcp pcbs to a specific netif
Date: Tue, 4 Oct 2016 13:10:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.nongnu.org/patch/?9134>

                 Summary: bind udp and tcp pcbs to a specific netif
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: alicer
            Submitted on: Tue 04 Oct 2016 01:09:58 PM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

We have a setup with two different network interfaces, in two different
networks. We want some udp/tcp_pcbs to only listen on one of these
interfaces.

These patches add a struct netif * to the IP_PCB struct and add the
possibility to bind pcbs to a netif via udp_bind_if() / tcp_bind_if().

(The tcp patch depends on udp patch)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 04 Oct 2016 01:09:58 PM GMT  Name: 0001-bind-udp_pcbs-to-netif.patch
 Size: 4kB   By: alicer

<http://savannah.nongnu.org/patch/download.php?file_id=38661>
-------------------------------------------------------
Date: Tue 04 Oct 2016 01:09:58 PM GMT  Name: 0001-bind-tcp_pcbs-to-netif.patch
 Size: 12kB   By: alicer

<http://savannah.nongnu.org/patch/download.php?file_id=38662>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9134>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]