Edits to the measurex tutorial (#534)
This commit is contained in:
parent
1ffb2db0ca
commit
46e00888ae
14 changed files with 58 additions and 58 deletions
|
|
@ -193,8 +193,8 @@ func main() {
|
|||
// ### Suggested follow-up experiments
|
||||
//
|
||||
// Try to run experiments in the following scenarios, and
|
||||
// check the output JSON to familiarize with what changes in
|
||||
// different error conditions.
|
||||
// check the output JSON to familiarize yourself with what
|
||||
// changes in different error conditions.
|
||||
//
|
||||
// 1. measurement that causes timeout
|
||||
//
|
||||
|
|
@ -218,7 +218,7 @@ func main() {
|
|||
//
|
||||
// 4. go run -race ./internal/tutorial/measurex/chapter04 -address 104.154.89.105:443 -sni expire.badssl.com
|
||||
//
|
||||
// To emulate the two last scenario, if you're on Linux, a
|
||||
// To emulate the last two scenarios, if you're on Linux, a
|
||||
// possibility is building Jafar with this command:
|
||||
//
|
||||
// ```
|
||||
|
|
@ -244,6 +244,6 @@ func main() {
|
|||
// ## Conclusion
|
||||
//
|
||||
// We have seen how to measure TLS handshakes. We have seen how
|
||||
// this flow produces different output on different error conditions.
|
||||
// this flow produces a different output on different error conditions.
|
||||
//
|
||||
// -=-=- StopHere -=-=-
|
||||
|
|
|
|||
Loading…
Reference in a new issue