Changeset 238
- Timestamp:
- 12/09/07 10:56:19 (9 months ago)
- Files:
-
- trunk/lib/backgroundrb.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/backgroundrb.rb
r217 r238 23 23 timeout(3) do 24 24 @connection = TCPSocket.open(@@server_ip, @@server_port) 25 @connection.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY,1)26 25 end 27 26 @connection_status = true
