* Cleaned up socket read/write error handling.

* Fixed a bug where PeerConnectionSeed was reading the wrong type of
message.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@554 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-09-05 18:50:48 +00:00
parent 3bd99aee50
commit 8732e457fa
6 changed files with 109 additions and 42 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// rTorrent - BitTorrent client
// rak - Rakshasa's toolbox
// Copyright (C) 2005, Jari Sundell
//
// This program is free software; you can redistribute it and/or modify
@@ -34,8 +34,8 @@
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UTILS_ALGORITHM_H
#define RTORRENT_UTILS_ALGORITHM_H
#ifndef RAK_ALGORITHM_H
#define RAK_ALGORITHM_H
#include <algorithm>