The Trunk: Network-mtf.111.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-mtf.111.mcz

commits-2
Matthew Fulmer uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-mtf.111.mcz

==================== Summary ====================

Name: Network-mtf.111
Author: mtf
Time: 5 March 2011, 5:56:37.751 pm
UUID: 46023ac3-2a97-6949-a5d6-0afb83fb0874
Ancestors: Network-ul.110

changed the default send timeout from 20s to Socket standardTimeout (45s)

=============== Diff against Network-ul.110 ===============

Item was changed:
  ----- Method: Socket>>sendSomeData:startIndex:count: (in category 'sending') -----
  sendSomeData: aStringOrByteArray startIndex: startIndex count: count
+ ^ self sendSomeData: aStringOrByteArray startIndex: startIndex count: count for: Socket standardTimeout!
- ^ self sendSomeData: aStringOrByteArray startIndex: startIndex count: count for: 20.!