[squeak-dev] The Trunk: Network-mtf.111.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 5 23:01:53 UTC 2011


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.!




More information about the Squeak-dev mailing list