Skip to content

Commit

Permalink
Update x/disorder/stream_dialer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Nov 13, 2024
1 parent b6aef3d commit c801550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/disorder/stream_dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ type disorderDialer struct {

var _ transport.StreamDialer = (*disorderDialer)(nil)

// NewStreamDialer creates a [transport.StreamDialer]
// It work like this:
// NewStreamDialer creates a [transport.StreamDialer].
// It works like this:
// * Wait for disorderPacketN'th call to Write. All Write requests before and after the target packet are written normally.
// * Send the disorderPacketN'th packet with TTL == 1.
// * This packet is dropped somewhere in the network and never reaches the server.
Expand Down

0 comments on commit c801550

Please sign in to comment.