mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* Set SO_REUSEADDR for the listening socket.
* Moved several settings to use the new variables and made the parser better. * Use "-O2" rather than "-O3". git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@623 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -40,17 +40,17 @@
|
||||
|
||||
namespace utils {
|
||||
|
||||
// VariableString::~VariableString() {
|
||||
// }
|
||||
VariableValue::~VariableValue() {
|
||||
}
|
||||
|
||||
// std::string
|
||||
// VariableString::get() {
|
||||
// return m_variable;
|
||||
// }
|
||||
const torrent::Bencode&
|
||||
VariableValue::get() {
|
||||
return m_variable;
|
||||
}
|
||||
|
||||
// void
|
||||
// VariableString::set(const std::string& arg) {
|
||||
// m_variable = arg;
|
||||
// }
|
||||
void
|
||||
VariableValue::set(const torrent::Bencode& arg) {
|
||||
m_variable = arg;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user