Class: Typhoeus::Curl::FDSet

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

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



389
# File 'lib/typhoeus/curl.rb', line 389

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