- Notifications
You must be signed in to change notification settings - Fork 1
License
Notifications You must be signed in to change notification settings
moret/socket-read-timeout
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
SO_SNDTIMEO and SO_RCVTIMEO socket options currently do not behave as expected: http://moret.pro.br/2014/09/03/socket-read-timeout/ server.rb is the slow server - 5s response - used on the tests. client-io-select.rb is an example with IO.select of the expected behaviour. client-socket-options.rb is the client used to test different Ruby versions. client.c is the client used to test different OS's. Ruby 1.8 timed out the socket as expected. 1.9 and 2.1 didn't. OS X 10.9.4 timed out the socket as expected. Ubuntu 14.04 and CentOS 5.8 didn't. =============================== Copyright (c) 2014 moret.pro.br See license for details.
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Contributors 2
Uh oh!
There was an error while loading. Please reload this page.