Changeset 1058 for trunk/libtorrent/src/torrent/download.h
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/torrent/download.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/torrent/download.h
r1035 r1058 181 181 typedef enum { 182 182 CONNECTION_LEECH, 183 CONNECTION_SEED 183 CONNECTION_SEED, 184 CONNECTION_INITIAL_SEED, 184 185 } ConnectionType; 185 186
