Class: Ethon::Curl::FDSet

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/ethon/curl.rb

Overview

:nodoc:

Constant Summary collapse

FD_SETSIZE =

XXX how does this work on non-windows? how can curl know the new size…

524288

Instance Method Summary collapse

Instance Method Details

#clearObject

:nodoc:



416
# File 'lib/ethon/curl.rb', line 416

def clear; self[:fd_count] = 0; end