Method: Moped::Connection::Socket::SSL#setsockopt

Defined in:
lib/moped/connection/socket/ssl.rb

#setsockopt(*args) ⇒ Object

Set a socket option on the underlying socket.

Parameters:

  • args (Array<Object>)

    The option arguments.

Since:

  • 1.3.0



46
47
48
# File 'lib/moped/connection/socket/ssl.rb', line 46

def setsockopt(*args)
  socket.setsockopt(*args)
end