[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #48887] tcp-listen, udp & raw pcbs need an 'err' callb
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #48887] tcp-listen, udp & raw pcbs need an 'err' callback |
Date: |
Wed, 24 Aug 2016 19:26:45 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 |
URL:
<http://savannah.nongnu.org/bugs/?48887>
Summary: tcp-listen, udp & raw pcbs need an 'err' callback
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Wed 24 Aug 2016 07:26:43 PM GMT
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
lwIP version: git head
_______________________________________________________
Details:
At least to notifiy an application of changed local address, these pcb types
need an 'err' callback.
The current implementation for tcp-listen and udp is to silently change the
address, but that doesn't work well for ipv6 and doesn't seem to match posix
behaviour (where a listen socket bound to a specific address just doesn't
receive further connections on address change) --> that should be changed, too
(or at least be optional? - thanks to the holy grail of backwards
compatibility)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?48887>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #48887] tcp-listen, udp & raw pcbs need an 'err' callback,
Simon Goldschmidt <=