Skip to content

Commit d36ae9d

Browse files
authored
1 parent 26cbf04 commit d36ae9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-specs/ts-018-whatsapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ consider the endpoint to be blocked and write in the report:
8080
}
8181
```
8282

83-
For every IP we have found to be consistent (i.e. within the net blocks
84-
assigned to WhatsApp) we then try to establish a TCP session to port `443`
83+
For every IP, both consistent and inconsistent, we then try to establish a TCP session to port `443`
8584
and `5222`.
8685

8786
For a given IP address we consider the connection successful if either connecting to `IP:443` or `IP:5222` succeeds.
8887

89-
If ALL of the connections succeed then we consider the endpoint to not be
88+
If ANY of the connections to consistent endpoints (i.e. within the net blocks
89+
assigned to WhatsApp) succeed then we consider the endpoint to not be
9090
blocked.
9191

9292
Conversely if all attempts fail then we consider the endpoint to be blocked

0 commit comments

Comments
 (0)