ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Handle.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.183 by root, Thu Sep 3 12:45:35 2009 UTC vs.
Revision 1.184 by root, Thu Sep 3 13:14:38 2009 UTC

312is enabled) gives you the most portable way of getting urgent data, by 312is enabled) gives you the most portable way of getting urgent data, by
313putting it into the stream. 313putting it into the stream.
314 314
315Since BSD emulation of OOB data on top of TCP's urgent data can have 315Since BSD emulation of OOB data on top of TCP's urgent data can have
316security implications, AnyEvent::Handle sets this flag automatically 316security implications, AnyEvent::Handle sets this flag automatically
317unless explicitly specified. 317unless explicitly specified. Note that setting this flag after
318establishing a connection I<may> be a bit too late (data loss could
319already have occured on BSD systems), but at least it will protect you
320from most attacks.
318 321
319=item read_size => <bytes> 322=item read_size => <bytes>
320 323
321The default read block size (the amount of bytes this module will 324The default read block size (the amount of bytes this module will
322try to read during each loop iteration, which affects memory 325try to read during each loop iteration, which affects memory

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines