Searched refs:AddDebugLogLineN (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadScheduler.cpp79 AddDebugLogLineN(logThreads, wxT("Starting scheduler"));
87 AddDebugLogLineN(logThreads, wxT("Terminating scheduler"));
101 AddDebugLogLineN(logThreads, wxT("Scheduler terminated"));
111 AddDebugLogLineN(logThreads, wxT("Task discarded: ") + task->GetDesc());
116 AddDebugLogLineN(logThreads, wxT("Scheduler created."));
147 AddDebugLogLineN(logThreads, wxT("CreateSchedulerThread: Disposing of old thread."));
161 AddDebugLogLineN(logThreads, wxT("Scheduler thread started"));
229 AddDebugLogLineN(logThreads, wxT("Task scheduled: ") + task->GetType() + wxT(" - ") + task->GetDesc());
233 AddDebugLogLineN(logThreads, wxT("Task overwritten: ") + task->GetType() + wxT(" - ") + task->GetDesc());
249 AddDebugLogLineN(logThread
[all...]
H A DClientTCPSocket.cpp82 AddDebugLogLineN(logClient, wxT("received bad wxSocketEvent"));
179 AddDebugLogLineN(logClient, wxT("Denied connection from ") + addr.IPAddress() + wxT("(Filtered IP)"));
182 AddDebugLogLineN(logClient, wxT("Denied connection from ") + addr.IPAddress() + wxT("(Banned IP)"));
185 AddDebugLogLineN(logClient, wxT("Accepted connection from ") + addr.IPAddress());
318 AddDebugLogLineN(logRemoteClient, wxT("Remote Client: OP_HELLOANSWER from ") + m_client->GetFullIP());
351 AddDebugLogLineN(logRemoteClient, wxT("Remote Client: OP_HELLO from ") + m_client->GetFullIP() );
369 AddDebugLogLineN(logClient, reason);
432 AddDebugLogLineN( logRemoteClient, wxT("Remote Client: OP_REQUESTFILENAME from ") + m_client->GetFullIP() );
479 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_REQFILENAMEANSWER to ") + m_client->GetFullIP() );
492 AddDebugLogLineN( logRemoteClien
[all...]
H A DClientUDPSocket.cpp114 AddDebugLogLineN(logClientKadUDP, wxT("Correctly uncompressed Kademlia packet"));
119 AddDebugLogLineN(logClientKadUDP, wxT("Failed to uncompress Kademlia packet"));
127 AddDebugLogLineN(logClientUDP, CFormat(wxT("Unknown opcode on received packet: 0x%x")) % protocol);
130 AddDebugLogLineN(logClientUDP, wxT("Error while parsing UDP packet: ") + e);
132 AddDebugLogLineN(logClientUDP, wxT("Invalid UDP packet encountered: ") + e.what());
134 AddDebugLogLineN(logClientUDP, wxT("Malformed packet encountered while parsing UDP packet: ") + e.what());
144 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket; OP_REASKCALLBACKUDP") );
164 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: send OP_REASKCALLBACKTCP") );
172 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: OP_REASKFILEPING") );
225 AddDebugLogLineN( logClientUD
[all...]
H A DCorruptionBlackBox.cpp109 AddDebugLogLineN(logPartFile, CFormat(wxT("CorruptionBlackBox(%s): transferred: new record for part %d (%d - %d, %s)"))
183 AddDebugLogLineN(logPartFile, CFormat(wxT("CorruptionBlackBox(%s): found and marked %d recorded bytes of %d as %s in part %d, %d records found, %d records left, %d different clients"))
214 AddDebugLogLineN(logPartFile, CFormat(wxT("CorruptionBlackBox(%s): Banning: Found client which sent %d of %d corrupted data, %s"))
232 AddDebugLogLineN(logPartFile, CFormat(wxT("CorruptionBlackBox(%s): Reporting: Found client which probably sent %d of %d corrupted data, but it is within the acceptable limit, %s"))
236 AddDebugLogLineN(logPartFile, CFormat(wxT("CorruptionBlackBox(%s): Reporting: Found client which probably sent %d of %d corrupted data, but it is within the acceptable limit, %s"))
247 AddDebugLogLineN(logPartFile, wxT("CBB Dump Records"));
253 AddDebugLogLineN(logPartFile, CFormat(wxT("CBBD %6d %.16s %10d - %10d"))
258 AddDebugLogLineN(logPartFile, wxT("CBB Dump good Clients"));
261 AddDebugLogLineN(logPartFile, CFormat(wxT("CBBD %.16s good %10d"))
266 AddDebugLogLineN(logPartFil
[all...]
H A DCanceledFileList.cpp66 AddDebugLogLineN(logKnownFiles,
72 AddDebugLogLineN(logKnownFiles, CFormat(wxT("Canceled file read: %s")) % hash.Encode());
77 AddDebugLogLineN(logKnownFiles, wxT("Finished reading canceled files"));
H A DMuleUDPSocket.cpp88 AddDebugLogLineN(logMuleUDP, wxT("Shutting down ") + m_name);
137 AddDebugLogLineN(logMuleUDP, CFormat(wxT("Got UDP callback for read: Error %i Socket state %i"))
168 AddDebugLogLineN(logMuleUDP, m_name + wxT(": Invalid Packet received"));
176 AddDebugLogLineN(logMuleUDP, m_name + wxT(": Dropped packet from banned IP ") + addr.IPAddress());
178 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Packet received ("))
188 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Error while reading: ")) << errorCode);
220 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Packet discarded, socket not Ok ("))
227 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Packet queued ("))
335 AddDebugLogLineN(logMuleUDP, (m_name + wxT(": Packet sent ("))
H A DServerUDPSocket.cpp84 AddDebugLogLineN(logServerUDP, CFormat(wxT("Expected encrypted packet, but received unencrytped from server %s, UDPKey %u, Challenge: %u")) % pServer->GetListName() % pServer->GetServerKeyUDP() % pServer->GetChallenge());
86 AddDebugLogLineN(logServerUDP, CFormat(wxT("Received encrypted packet from server %s, UDPKey %u, Challenge: %u")) % pServer->GetListName() % pServer->GetServerKeyUDP() % pServer->GetChallenge());
97 AddDebugLogLineN(logServerUDP, CFormat(wxT("Received invalid packet, protocol (0x%x) and opcode (0x%x)")) % protocol % opcode);
110 AddDebugLogLineN( logServerUDP,
245 AddDebugLogLineN(logServerUDP, CFormat(wxT(">>> Sending OP__ServDescReq to server %s:%u, challenge %08x\n")) % update->GetAddress() % update->GetPort() % uDescReqChallenge);
322 AddDebugLogLineN(logServerUDP, wxT("Error while processing incoming UDP Packet: ") + error);
324 AddDebugLogLineN(logServerUDP, wxT("Invalid UDP packet encountered: ") + error.what());
326 AddDebugLogLineN(logServerUDP, wxT("IO error while processing incoming UDP Packet: ") + e.what());
371 AddDebugLogLineN(logServerUDP, CFormat(wxT("Sending encrypted packet to server %s, UDPKey %u, port %u, original OPCode 0x%02x")) % host->GetListName() % host->GetServerKeyUDP() % host->GetObfuscationPortUDP() % packet->GetOpCode());
383 AddDebugLogLineN(logServerUD
[all...]
H A DServerSocket.cpp176 AddDebugLogLineN(logServer, wxT("theApp->serverlist->GetServerByAddress() returned NULL"));
218 AddDebugLogLineN( logServer, wxT("Processing Server Packet: ") );
223 AddDebugLogLineN( logServer, wxT("Server: OP_SERVERMESSAGE") );
302 AddDebugLogLineN(logServer, wxT("Server: OP_IDCHANGE"));
405 AddDebugLogLineN(logServer, wxT("Connected"));
424 AddDebugLogLineN(logServer, wxT("Server: OP_SEARCHRESULT"));
440 AddDebugLogLineN(logServer, CFormat(wxT("ServerMsg - OP_FoundSources; sources = %u")) % packet[16]);
447 AddDebugLogLineN(logServer, wxT("Sources received for unknown file: ") + fileid.Encode());
452 AddDebugLogLineN(logServer, wxT("Server: OP_SERVERSTATUS"));
470 AddDebugLogLineN(logServe
[all...]
H A DHTTPDownload.cpp168 AddDebugLogLineN(logHTTP, CFormat(wxT("URL %s matches and file %s exists, only download if newer")) % url % oldfilename);
196 AddDebugLogLineN(logHTTP, wxT("HTTP download thread started"));
220 AddDebugLogLineN(logHTTP, wxT("If-Modified-Since: ") + FormatDateHTTP(m_lastmodified));
229 AddDebugLogLineN(logHTTP, wxT("Skipped download because requested file is not newer."));
239 AddDebugLogLineN(logHTTP, wxT("Download size not received, downloading until connection is closed"));
241 AddDebugLogLineN(logHTTP, CFormat(wxT("Download size: %i")) % download_size);
302 AddDebugLogLineN(logHTTP, wxT("HTTP download thread ended"));
390 AddDebugLogLineN(logHTTP, CFormat(wxT("Host: %s:%i\n")) % host % port);
391 AddDebugLogLineN(logHTTP, CFormat(wxT("URL: %s\n")) % url);
392 AddDebugLogLineN(logHTT
[all...]
H A DUploadClient.cpp177 AddDebugLogLineN(logClient, wxT("Session ended due to new chunk."));
182 AddDebugLogLineN(logClient, wxT("Session ended due to different file."));
271 AddDebugLogLineN(logClient,
325 AddDebugLogLineN(logLocalClient,
389 AddDebugLogLineN(logLocalClient,
498 AddDebugLogLineN(logRemoteClient, wxT("UploadClient: Client tried to add requested block when not in upload slot! Prevented requested blocks from being added."));
657 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_OUTOFPARTREQS to ") + GetFullIP() );
691 AddDebugLogLineN(logRemoteClient, wxT("Requested hashset could not be found"));
696 AddDebugLogLineN(logRemoteClient, wxT("Requested hashset could not be found"));
711 AddDebugLogLineN(logLocalClien
[all...]
H A DDownloadClient.cpp174 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_STARTUPLOADREQ to ") + GetFullIP());
230 AddDebugLogLineN(logClient, wxT("Sending file request to client"));
269 AddDebugLogLineN(logLocalClient, CFormat(wxT("Local Client: %s (%s) to %s"))
282 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_REQUESTFILENAME to ") + GetFullIP() );
295 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_SETREQFILEID to ") + GetFullIP());
320 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_REQUESTSOURCES to ") + GetFullIP() );
330 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_AICHFILEHASHREQ to ") + GetFullIP());
371 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_HASHSETREQUEST to ") + GetFullIP());
475 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_HASHSETREQUEST to ") + GetFullIP());
675 AddDebugLogLineN( logLocalClien
[all...]
H A DKnownFileList.cpp98 AddDebugLogLineN(logKnownFiles, CFormat(wxT("Reading %i known files from file format 0x%2.2x."))
103 AddDebugLogLineN(logKnownFiles,
110 AddDebugLogLineN(logKnownFiles, wxT("Finished reading known files"));
131 AddDebugLogLineN(logKnownFiles, CFormat(wxT("start saving %s")) % m_filename);
166 AddDebugLogLineN(logKnownFiles, CFormat(wxT("finished saving %s")) % m_filename);
279 AddDebugLogLineN(logKnownFiles, CFormat(wxT("%s is already on the list")) % Record->GetFileName().GetPrintable());
284 AddDebugLogLineN(logKnownFiles, CFormat(wxT("%s is on the duplicates list")) % Record->GetFileName().GetPrintable());
312 AddDebugLogLineN(logGeneral,
H A DBaseClient.cpp302 AddDebugLogLineN(logClient, wxT("Client to check for ") + connection_reason + wxT(" was deleted without connection."));
691 AddDebugLogLineN( logClient, CFormat( wxT("Client: %s (%s) Banreason: Userhash changed (Found in TrackedClientsList)") ) % GetUserName() % GetFullIP() );
697 AddDebugLogLineN( logClient, CFormat( wxT("Client: %s (%s) Banreason: Userhash changed") ) % GetUserName() % GetFullIP() );
754 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_HELLO to ") + GetFullIP() );
843 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_EMULEINFO to ") + GetFullIP() );
845 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_EMULEINFO/OS_INFO to ") + GetFullIP() );
848 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_EMULEINFOANSWER to ") + GetFullIP() );
973 AddDebugLogLineN( logPacketErrors,
1031 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_HELLOANSWER to ") + GetFullIP() );
1203 AddDebugLogLineN( logClien
[all...]
H A DUPnPBase.cpp180 AddDebugLogLineN(logUPnP, msg);
364 AddDebugLogLineN(logUPnP, msg);
381 AddDebugLogLineN(logUPnP, msg);
397 AddDebugLogLineN(logUPnP, msg);
420 AddDebugLogLineN(logUPnP, msg);
484 AddDebugLogLineN(logUPnP, msg);
500 AddDebugLogLineN(logUPnP, msg);
516 AddDebugLogLineN(logUPnP, msg);
530 AddDebugLogLineN(logUPnP, msg);
586 AddDebugLogLineN(logUPn
[all...]
H A DSHAHashSet.cpp174 AddDebugLogLineN(logSHAHashSet, wxT("ReCalculateHash failed - Hashtree incomplete"));
193 AddDebugLogLineN(logSHAHashSet, wxT("VerifyHashTree - No masterhash available"));
217 AddDebugLogLineN(logSHAHashSet, wxT("VerifyHashSet failed - Hashtree incomplete"));
256 AddDebugLogLineN(logSHAHashSet, wxT("Critical Error: Failed to Insert SHA-HashBlock, FindHash() failed!"));
263 AddDebugLogLineN(logSHAHashSet, wxT("Critical Error: Logical error on values in SetBlockHashFromData"));
401 AddDebugLogLineN(logSHAHashSet, wxT("CAICHHashTree::SetHash - found invalid HashIdent (0)"));
484 AddDebugLogLineN(logSHAHashSet,
506 AddDebugLogLineN( logSHAHashSet,
514 AddDebugLogLineN(logSHAHashSet,
555 AddDebugLogLineN(logSHAHashSe
[all...]
H A DFileAutoClose.cpp28 #include "Logger.h" // Needed for AddDebugLogLineN
129 AddDebugLogLineN(logCFile, wxT("Reopen AutoClosed file ") + GetFilePath().GetPrintable());
148 AddDebugLogLineN(logCFile, wxT("AutoClosed file ") + GetFilePath().GetPrintable()
H A DClientList.cpp390 AddDebugLogLineN(logClient, wxT("Client: ") + tocheck->GetUserName() + wxT("(") + tocheck->GetFullIP() + wxT("), Banreason: Userhash invalid"));
395 AddDebugLogLineN(logClient, wxT("WARNING! Found matching client, to a currently connected client: ")
597 AddDebugLogLineN(logLocalClient, wxT("Local Client: OP_KAD_FWTCPCHECK_ACK to ") + Uint32toStringIP(cur_client->GetIP()));
601 AddDebugLogLineN(logClientKadUDP, wxT("KadFirewalledAckRes to ") + Uint32_16toStringIP_Port(cur_client->GetIP(), cur_client->GetKadPort()));
694 AddDebugLogLineN(logKadMain, wxT("Starting BuddySearch"));
820 AddDebugLogLineN( logClient, wxT("Trying to Send Message.") );
822 AddDebugLogLineN( logClient, wxT("Sending.") );
890 AddDebugLogLineN(logKadMain, wxT("Kad TCP firewallcheck / Buddy request collision for IP ") + Uint32toStringIP(nContactIP));
914 AddDebugLogLineN(logKadMain, wxT("Kad TCP firewallcheck / Buddy request collision for IP ") + Uint32toStringIP(nContactIP));
968 AddDebugLogLineN(logClien
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DUDPFirewallTester.cpp65 AddDebugLogLineN(logKadUdpFwTester, wxT("Timeout: Setting UDP status to firewalled after being unable to get results for 6 minutes"));
103 AddDebugLogLineN(logKadUdpFwTester, CFormat(wxT("Corrected UDP firewall result: Using open internal (%u) instead of open external port")) % incomingPort);
119 AddDebugLogLineN(logKadUdpFwTester, wxT("Unrequested UDPFWCheckResult from ") + KadIPToString(fromIP));
148 AddDebugLogLineN(logKadUdpFwTester, wxT("New Kad Firewallstate (UDP): Open, using intern port"));
151 AddDebugLogLineN(logKadUdpFwTester, wxT("New Kad Firewallstate (UDP): Open, using extern port"));
158 AddDebugLogLineN(logKadUdpFwTester, wxT("New KAD Firewallstate (UDP): Firewalled"));
167 AddDebugLogLineN(logKadUdpFwTester, wxT("Kad UDP firewalltest from ") + KadIPToString(fromIP) + wxT(" result: Firewalled, continue testing"));
169 AddDebugLogLineN(logKadUdpFwTester, wxT("Kad UDP firewalltest from ") + KadIPToString(fromIP) + wxT(" cancelled"));
H A DKademlia.cpp93 AddDebugLogLineN(logKadMain, wxT("Starting Kademlia"));
134 AddDebugLogLineN(logKadMain, wxT("Stopping Kademlia"));
212 AddDebugLogLineN(logKadPrefs, wxT("Requesting our external port from ") + KadIPToString(contact->GetIPAddress()));
216 AddDebugLogLineN(logKadPrefs, wxT("No valid client for requesting external port available"));
268 AddDebugLogLineN(logKadRouting, CFormat(wxT("Kad merged %u zones")) % mergedCount);
286 AddDebugLogLineN(logKadMain, CFormat(wxT("Trying to bootstrap Kad from %s, Distance: %s Version: %u, %u contacts left"))
304 AddDebugLogLineN(logKadMain, CFormat(wxT("Exception on Kad ProcessPacket while processing packet (length = %u) from %s:"))
306 AddDebugLogLineN(logKadMain, error);
309 AddDebugLogLineN(logKadMain, wxT("Unhandled exception on Kad ProcessPacket"));
478 AddDebugLogLineN(logKadMai
[all...]
H A DPrefs.cpp213 AddDebugLogLineN(logKadPrefs, method);
269 AddDebugLogLineN(logKadRouting, CFormat(wxT("Counted Kad V8 Contacts: %u out of %u in routing table. FirewalledRatios: UDP - %.02f%% | TCP - %.02f%%"))
289 AddDebugLogLineN(logKadPrefs, CFormat(wxT("Received possible external Kad port %u from %s")) % port % KadIPToString(fromIP));
294 AddDebugLogLineN(logKadPrefs, CFormat(wxT("Set external Kad port to %u")) % port);
304 AddDebugLogLineN(logKadPrefs, wxT("Our external port seems unreliable, not using it for firewallchecks"));
H A DSearch.cpp269 AddDebugLogLineN(logKadSearch, CFormat(wxT("Best %d nodes for lookup (id=%x) were unreachable or dead, reasking closest for more")) % KADEMLIA_FIND_VALUE % GetSearchID());
305 AddDebugLogLineN(logKadSearch, wxT("Processing search response from ") + KadIPPortToString(fromIP, fromPort));
330 AddDebugLogLineN(logKadSearch, wxT("Node ") + KadIPToString(fromIP) + wxT(" sent more contacts than requested on a routing query, ignoring response"));
341 AddDebugLogLineN(logKadSearch, wxT("Node type search result, discarding."));
369 AddDebugLogLineN(logKadSearch, wxT("Search result from already known client: ignore"));
373 AddDebugLogLineN(logKadSearch, wxT("Search result from already tried client: ignore"));
380 AddDebugLogLineN(logKadSearch, wxT("Multiple KadIDs pointing to same IP (") + KadIPToString(c->GetIPAddress()) + wxT(") in Kad2Res answer - ignored, sent by ") + KadIPToString(fromContact->GetIPAddress()));
390 AddDebugLogLineN(logKadSearch, wxT("More than 2 KadIDs pointing to same subnet (") + KadIPToString(c->GetIPAddress() & 0xFFFFFF00) + wxT("/24) in Kad2Res answer - ignored, sent by ") + KadIPToString(fromContact->GetIPAddress()));
436 AddDebugLogLineN(logKadSearch, wxString(wxT("Search result type: Node")) + (m_type == NODECOMPLETE ? wxT("Complete") : wxT("Special")));
463 AddDebugLogLineN(logKadSearc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp204 AddDebugLogLineN(logEC, wxT("ReadFromSocketAll: socket is blocking"));
214 AddDebugLogLineN(logEC, wxT("ReadFromSocketAll: socket error"));
307 AddDebugLogLineN(logEC, wxT("SendRecvPacket: error"));
313 AddDebugLogLineN(logEC, wxT("SendRecvPacket: error"));
385 AddDebugLogLineN(logEC, wxT("OnInput: socket error"));
397 AddDebugLogLineN(logEC, wxT("OnInput: header error"));
409 AddDebugLogLineN(logEC, wxT("OnInput: no packet"));
430 AddDebugLogLineN(logEC, wxT("OnOutput: socket error"));
448 AddDebugLogLineN(logEC, wxT("OnOutput: socket error in sync wait"));
477 AddDebugLogLineN(logE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingBin.cpp90 AddDebugLogLineN(logKadRouting, wxT("Ignored kad contact (IP=") + KadIPPortToString(contact->GetIPAddress(), contact->GetUDPPort()) + wxT(") - too many contact with the same subnet in RoutingBin"));
226 AddDebugLogLineN(logKadRouting, wxT("Global IP Tracking inconsistency on increase (") + KadIPToString(ip) + wxT(")"));
232 AddDebugLogLineN(logKadRouting, wxT("Global IP Tracking inconsistency on decrease (") + KadIPToString(ip) + wxT(")"));
251 AddDebugLogLineN(logKadRouting, wxT("Global Subnet Tracking inconsistency on increase (") + KadIPToString(ip) + wxT("/24)"));
257 AddDebugLogLineN(logKadRouting, wxT("Global Subnet Tracking inconsistency on decrease (") + KadIPToString(ip) + wxT("/24)"));
288 AddDebugLogLineN(logKadRouting, wxT("Rejected kad contact IP change on update (old IP=") + KadIPToString(contact->GetIPAddress()) + wxT(", requested IP=") + KadIPToString(newIP) + wxT(") - too many contacts with the same IP (global)"));
300 AddDebugLogLineN(logKadRouting, wxT("Rejected kad contact IP change on update (old IP=") + KadIPToString(contact->GetIPAddress()) + wxT(", requested IP=") + KadIPToString(newIP) + wxT(") - too many contacts with the same Subnet (global)"));
313 AddDebugLogLineN(logKadRouting, wxT("Rejected kad contact IP change on update (old IP=") + KadIPToString(contact->GetIPAddress()) + wxT(", requested IP=") + KadIPToString(newIP) + wxT(") - too many contacts with the same Subnet (local)"));
319 AddDebugLogLineN(logKadRouting, wxT("Index contact IP change allowed ") + KadIPToString(contact->GetIPAddress()) + wxT(" -> ") + KadIPToString(newIP));
375 AddDebugLogLineN(logKadRoutin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.cpp214 AddDebugLogLineN(logKadPacketTracking, CFormat(wxT("Massive request flood detected for opcode 0x%X (0x%X) from IP %s - Banning IP")) % opcode % dbgOrgOpcode % KadIPToString(ip));
221 AddDebugLogLineN(logKadPacketTracking, CFormat(wxT("Request flood detected for opcode 0x%X (0x%X) from IP %s - Dropping packets with this opcode")) % opcode % dbgOrgOpcode % KadIPToString(ip));
255 AddDebugLogLineN(logKadPacketTracking, CFormat(wxT("Cleaned up Kad Incoming Requests Tracklist, entries before: %u, after %u")) % dbgOldSize % m_mapTrackPacketsIn.size());
265 AddDebugLogLineN(logKadPacketTracking, wxT("Challenge timed out, client not verified - ") + KadIPToString(listChallengeRequests.back().ip));
292 AddDebugLogLineN(logKadPacketTracking, wxT("Wrong challenge answer received, client not verified (") + KadIPToString(ip) + wxT(")"));
H A DKademliaUDPListener.cpp151 AddDebugLogLineN(logClientKadUDP, CFormat(wxT("Sending hello response to crypt enabled Kad Node which provided an empty NodeID: %s (%u)")) % KadIPToString(ip) % kadVersion);
221 AddDebugLogLineN(logKadPacketTracking, wxT("Dropping incoming unencrypted packet on port 53 (DNS), IP: ") + KadIPToString(ip));
426 //AddDebugLogLineN(logKadMain, wxT("Result Addcontact: ") + id.ToHexString());
447 AddDebugLogLineN(logKadRouting, wxT("Not adding firewalled client to routing table (") + KadIPToString(ip) + wxT(")"));
507 //AddDebugLogLineN(logClientKadUDP, wxT("Inc Kad2 Bootstrap packet from ") + KadIPToString(ip));
533 AddDebugLogLineN(logClientKadUDP, CFormat(wxT("KadContact %s uses his internal (%u) instead external (%u) UDP Port")) % KadIPToString(ip) % port % dbgOldUDPPort);
551 AddDebugLogLineN(logKadRouting, wxT("Sending (ping) challenge to a long known contact (should be verified already) - ") + KadIPToString(ip));
581 AddDebugLogLineN(logClientKadUDP, wxT("Receiver key is invalid! (sender: ") + KadIPToString(ip) + wxT(")"));
589 AddDebugLogLineN(logKadRouting, wxT("Unable to find valid sender in routing table (sender: ") + KadIPToString(ip) + wxT(")"));
591 AddDebugLogLineN(logKadRoutin
[all...]

Completed in 319 milliseconds

123