修訂 | 9cef544a74e1de535b3b257a9a151197d0bcc737 (tree) |
---|---|
時間 | 2009-05-23 23:17:16 |
作者 | eru <eru01@user...> |
Commiter | eru |
IM0035
@@ -817,8 +817,6 @@ int PCPStream::readBroadcastAtoms(AtomStream &atom,int numc,BroadcastState &bcs) | ||
817 | 817 | memcpy(servMgr->lastPCPFromID.id, fromID.id, 16); |
818 | 818 | servMgr->lastPCPBcstTime = time(NULL); |
819 | 819 | |
820 | - servMgr->lastPCPFromID.toStr(destStr); | |
821 | - | |
822 | 820 | // LOG_DEBUG(tmp); |
823 | 821 | |
824 | 822 | if (ver_ex_number){ |
@@ -44,9 +44,9 @@ extern int version_ex; // PP | ||
44 | 44 | #if 1 /* for VP extend version */ |
45 | 45 | //#define VERSION_EX 1 |
46 | 46 | static const char *PCP_CLIENT_VERSION_EX_PREFIX = "IM"; // 2bytes only |
47 | -static const int PCP_CLIENT_VERSION_EX_NUMBER = 34; | |
48 | -static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0034)"; | |
49 | -static const char *PCX_VERSTRING_EX = "v0.1218(IM0034)"; | |
47 | +static const int PCP_CLIENT_VERSION_EX_NUMBER = 35; | |
48 | +static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0035)"; | |
49 | +static const char *PCX_VERSTRING_EX = "v0.1218(IM0035)"; | |
50 | 50 | #endif |
51 | 51 | |
52 | 52 | // ------------------------------------------------ |
@@ -817,8 +817,6 @@ int PCPStream::readBroadcastAtoms(AtomStream &atom,int numc,BroadcastState &bcs) | ||
817 | 817 | memcpy(servMgr->lastPCPFromID.id, fromID.id, 16); |
818 | 818 | servMgr->lastPCPBcstTime = time(NULL); |
819 | 819 | |
820 | - servMgr->lastPCPFromID.toStr(destStr); | |
821 | - | |
822 | 820 | // LOG_DEBUG(tmp); |
823 | 821 | |
824 | 822 | if (ver_ex_number){ |
@@ -44,9 +44,9 @@ extern int version_ex; // PP | ||
44 | 44 | #if 1 /* for VP extend version */ |
45 | 45 | //#define VERSION_EX 1 |
46 | 46 | static const char *PCP_CLIENT_VERSION_EX_PREFIX = "IM"; // 2bytes only |
47 | -static const int PCP_CLIENT_VERSION_EX_NUMBER = 34; | |
48 | -static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0034)"; | |
49 | -static const char *PCX_VERSTRING_EX = "v0.1218(IM0034)"; | |
47 | +static const int PCP_CLIENT_VERSION_EX_NUMBER = 35; | |
48 | +static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0035)"; | |
49 | +static const char *PCX_VERSTRING_EX = "v0.1218(IM0035)"; | |
50 | 50 | #endif |
51 | 51 | |
52 | 52 | // ------------------------------------------------ |