Commit f33de87
committed
extmod/asyncio/stream.py: Add ipv6 support to start_server().
Detects if an ipv6 address has been passed in for host and opens an IPV6 socket instead.
Signed-off-by: Andrew Leech <[email protected]>1 parent f498a16 commit f33de87
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments