Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. 674 bytes
  2. incomplete tcp connection is 2 bytes
  3. connection closses in 5 milliseconds if it doesnt connect
  4. 1tcp
  5. i need 338 incomplete connections to fill the buffer
  6. 338/5
  7.  
  8. 1st milisecond wave 1 (67.6) tcp connections! buffer is currently 67.6||
  9. Wave 1 has 5 milliseconds remaining
  10.  
  11. 2nd millisecond wave 2(67.6)tcp connections! buffer has now 135.2 tcp connections||
  12. wave 1 has 4 miliseconds remaining,
  13. wave 2 has 5 milliseconds remaining
  14.  
  15. 3rd millisecond wave 3 (67.6)tcp connections! buffer has now 202.8 tcp connections||
  16. wave 1 has 3 miliseconds remaining,
  17. wave 2 has 4 milliseconds remaining,
  18. wave 3 has 5 milliseconds remaining
  19.  
  20. 4rd millisecond wave 4 (67.6)tcp connections! buffer has now 270.4 tcp connections||
  21. wave 1 has 2 miliseconds remaining,
  22. wave 2 has 3 milliseconds remaining,
  23. wave 3 has 4 milliseconds remaining,
  24. wave 4 has 5 milliseconds remaining
  25.  
  26. 5rd millisecond wave 5 (67.6)tcp connections! buffer has now 338 tcp connections|| buffer should be full
  27. wave 1 has 1 miliseconds remaining,
  28. wave 2 has 2 milliseconds remaining,
  29. wave 3 has 3 milliseconds remaining,
  30. wave 4 has 4 milliseconds remaining
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement