|
From: | Philip Gladstone |
Subject: | Re: [lwip-devel] [patch #8358] Allow more combinations of listening PCB for IPv6 |
Date: | Sat, 07 Mar 2015 17:19:10 -0500 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 3/7/15 14:47, Simon Goldschmidt wrote:
Yes it does -- I flipped the port into the other structure and it behaves the same way:Follow-up Comment #4, patch #8358 (project lwip): So in your example, you bind to a specific address first and then to ANY. (And I expect it works, I'm too lazy to start my linux VM to check.) However, your patch would allow the other way round, too (first binding to ANY, then binding to a specific address). Does that work on linux/unix, too?
address@hidden ~]$ make reuse cc reuse.c -o reuse address@hidden ~]$ ./reuse bind before so_reuseaddr returns -1: errcode: 98 udp 0 0 ::1:12345 :::* udp 0 0 :::12345 :::* address@hidden ~]$ Philip
[Prev in Thread] | Current Thread | [Next in Thread] |