about summary refs log tree commit homepage
path: root/examples/linux-tcp-listener-stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linux-tcp-listener-stats.rb')
-rwxr-xr-xexamples/linux-tcp-listener-stats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/linux-tcp-listener-stats.rb b/examples/linux-tcp-listener-stats.rb
index 6497ca1..522882a 100755
--- a/examples/linux-tcp-listener-stats.rb
+++ b/examples/linux-tcp-listener-stats.rb
@@ -1,5 +1,5 @@
 #!/usr/bin/ruby
-
+$stdout.sync = $stderr.sync = true
 # this is used to show or watch the number of active and queued
 # connections on any listener socket from the command line