- Notifications
You must be signed in to change notification settings - Fork35
Commita7662d1
authored
This patch corrects PortManager__Generic: - Valid port range is [1024, 65535]. Old range was [1024, 65535) - Strange (copy&paste) code for self._available_ports initialization is corrected - Strange (copy&paste) code for self._reserved_ports initialization is corrected - New asserts are added
1 parent44d61c2 commita7662d1
1 file changed
+21
-2
lines changedLines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
| 22 | + | |
| 23 | + | |
19 | 24 |
| |
20 | 25 |
| |
21 | 26 |
| |
22 | 27 |
| |
23 |
| - | |
24 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 |
| |
26 | 38 |
| |
27 | 39 |
| |
| |||
35 | 47 |
| |
36 | 48 |
| |
37 | 49 |
| |
| 50 | + | |
38 | 51 |
| |
39 | 52 |
| |
40 | 53 |
| |
| 54 | + | |
| 55 | + | |
| 56 | + | |
41 | 57 |
| |
42 | 58 |
| |
43 | 59 |
| |
| |||
51 | 67 |
| |
52 | 68 |
| |
53 | 69 |
| |
| 70 | + | |
| 71 | + | |
54 | 72 |
| |
55 | 73 |
| |
56 | 74 |
| |
| |||
62 | 80 |
| |
63 | 81 |
| |
64 | 82 |
| |
| 83 | + |
0 commit comments
Comments
(0)