Problems with searchin in a LAN network! Hello,
In file /src/phex/net/Server.java Line 132 replace the Method with the following:
public boolean hasConnectedIncoming()
{
return true;
}
After I replace as the above, I can download files from other peers.
I can browse files from other peers. But when I search, there is no result from other peers in a Private network.
How can I search files from other peers in a LAN network?
Thank alot! |