= private = protected
accept(tcp)
Accept connection to IO tcp, with context of the current certificate configuration
# File lib/drb/ssl.rb, line 150 def accept(tcp) ssl = OpenSSL::SSL::SSLSocket.new(tcp, @ssl_ctx) ssl.sync = true ssl.accept ssl end