Changeset 03f58d18
- Timestamp:
- Dec 17, 2010 9:48:04 PM (10 years ago)
- Branches:
- master
- Children:
- 60e57ec
- Parents:
- 0bd75f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2psnark/java/src/org/klomp/snark/ConnectionAcceptor.java
r0bd75f0 r03f58d18 138 138 } 139 139 } else { 140 Thread t = new I2PAppThread(new Handler(socket), " Connection-" + socket);140 Thread t = new I2PAppThread(new Handler(socket), "I2PSnark incoming connection"); 141 141 t.start(); 142 142 }
Note: See TracChangeset
for help on using the changeset viewer.