|
@@ -245,7 +245,7 @@ namespace Rssdp.Infrastructure
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- WriteTrace(String.Format("Search Request Received From {0}, Target = {1}", remoteEndPoint.ToString(), searchTarget));
|
|
|
|
|
|
+ //WriteTrace(String.Format("Search Request Received From {0}, Target = {1}", remoteEndPoint.ToString(), searchTarget));
|
|
|
|
|
|
if (IsDuplicateSearchRequest(searchTarget, remoteEndPoint))
|
|
if (IsDuplicateSearchRequest(searchTarget, remoteEndPoint))
|
|
{
|
|
{
|