- Notifications
You must be signed in to change notification settings - Fork13.3k
Commitee619d3
authored
Fix UDP send to IPv6 link local addresses (#6541)
lwIP's tcp/udp_connect() and tcp/udp_bind() functions automaticallyset the zone if it is required but missing, but udp_connect() is notused so this doesn't happen.Explicitly set the zone to the default network interface if it isrequired for the type of address being used. Otherwise there is nozone set and packets to a link local destination don't go anywhere.1 parent5511180 commitee619d3
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
0 commit comments
Comments
(0)