class Ethon::Curl::FDSet

Constants

FD_SETSIZE

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

Public Instance Methods

clear() click to toggle source
# File lib/ethon/curls/classes.rb, line 27
def clear; self[:fd_count] = 0; end