Class: Ethon::Curl::FDSet

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/ethon/curls/classes.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:



32
# File 'lib/ethon/curls/classes.rb', line 32

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