Python: Port bind-to-all-interfaces to type-tracking

This commit is contained in:
Rasmus Wriedt Larsen
2021-02-23 16:01:24 +01:00
parent 4026d54095
commit a09f8c4b4a
4 changed files with 118 additions and 18 deletions

View File

@@ -2,3 +2,4 @@
| BindToAllInterfaces_test.py:9:1:9:18 | Attribute() | '' binds a socket to all interfaces. |
| BindToAllInterfaces_test.py:17:1:17:26 | Attribute() | '0.0.0.0' binds a socket to all interfaces. |
| BindToAllInterfaces_test.py:21:1:21:11 | Attribute() | '0.0.0.0' binds a socket to all interfaces. |
| BindToAllInterfaces_test.py:26:1:26:20 | Attribute() | '::' binds a socket to all interfaces. |