changeset 17:3d71ca942a48

minor change
author one
date Tue, 31 Jul 2012 16:27:50 +0900
parents b5ab7003f6d1
children e9d07562b6b7
files src/wifibroadcast/WifiMulticastChannel.java
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/wifibroadcast/WifiMulticastChannel.java	Tue Jul 31 16:27:01 2012 +0900
+++ b/src/wifibroadcast/WifiMulticastChannel.java	Tue Jul 31 16:27:50 2012 +0900
@@ -72,10 +72,10 @@
 		while(testData.hasRemaining()) {
 			dc.send(testData, sAddr);
 		}
-		try {
-			Thread.sleep(100);
-		} catch (InterruptedException e) {
-		}
+//		try {
+//			Thread.sleep(100);
+//		} catch (InterruptedException e) {
+//		}
 	}
 
 }