* Allow hex values in the 'tos' option.

* Moved more encryption related code to HandshakeEncryption.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@797 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-10-25 08:24:20 +00:00
parent 2781ce9698
commit 5dfc986658
5 changed files with 29 additions and 11 deletions
+1
View File
@@ -56,6 +56,7 @@ public:
virtual void set(const torrent::Object& arg) = 0;
static const char* string_to_value_unit(const char* pos, value_type* value, int base, int unit);
static bool string_to_value_unit_nothrow(const char* pos, value_type* value, int base, int unit);
protected:
Variable(const Variable&);