lib/io/splice.rb in io_splice-2.2.0.18.g3025 vs lib/io/splice.rb in io_splice-3.0.0
- old
+ new
@@ -1,12 +1,9 @@
# -*- encoding: binary -*-
require 'io_splice_ext'
module IO::Splice
- # the version of IO::Splice, currently 2.2.0
- VERSION = '2.2.0'
-
# The maximum default capacity of the pipe in bytes.
# Under stock Linux, this is 65536 bytes as of 2.6.11, and 4096 before
# We detect this at runtime as it is easy to recompile the kernel
# and set a new value.
# Starting with Linux 2.6.35, pipe capacity will be tunable