From a1bffb45265a3518fc5039da366a81fcb1a9ec30 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Tue, 30 Aug 2005 22:54:16 +0000 Subject: [PATCH] * Almost completed PeerConnectionSeed, only missing the keep-alive message. * Set "connection_seed = seed" by default. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@548 e378c898-3ddf-0310-93e7-cc216c733640 --- src/core/download.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/download.cc b/src/core/download.cc index 93d4d859..0d828567 100644 --- a/src/core/download.cc +++ b/src/core/download.cc @@ -47,7 +47,7 @@ namespace core { Download::Download() : m_connectionLeech("default"), - m_connectionSeed("default") { + m_connectionSeed("seed") { } void