BLIP/BLIPTest.m
changeset 1 8267d5c429c4
parent 0 9d67172bb323
child 2 9fdd8dba529c
     1.1 --- a/BLIP/BLIPTest.m	Fri May 23 17:37:36 2008 -0700
     1.2 +++ b/BLIP/BLIPTest.m	Sat May 24 13:26:02 2008 -0700
     1.3 @@ -12,14 +12,19 @@
     1.4  #import "BLIPRequest.h"
     1.5  #import "BLIPProperties.h"
     1.6  #import "BLIPConnection.h"
     1.7 +
     1.8  #import "IPAddress.h"
     1.9  #import "Target.h"
    1.10 +#import "CollectionUtils.h"
    1.11 +#import "Logging.h"
    1.12 +#import "Test.h"
    1.13  
    1.14  #define HAVE_KEYCHAIN_FRAMEWORK 0
    1.15  #if HAVE_KEYCHAIN_FRAMEWORK
    1.16  #import <Keychain/Keychain.h>
    1.17  #endif
    1.18  
    1.19 +
    1.20  #define kListenerPort               46353
    1.21  #define kSendInterval               0.5
    1.22  #define kNBatchedMessages           20