module OpenSSL::SSL::SocketForwarder

def fcntl(*args)

def fcntl(*args)
  to_io.fcntl(*args)
end