Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
Hi there,
I am confused to understand that is this application a Peer to Peer application?
WCF TCP-based File Server[^]

Is TCP a different concept than P2P?
So what is different between net.tcp:// and net.p2p:// in addressing ?
Posted
Comments
Menon Santosh 23-Mar-13 5:51am    
How can be it a p2p when there is a server

No, it is not a P2P application. If you are looking for a such one, take a look: A simple peer to peer chat application using WCF netPeerTcpBinding[^]

This application is merely a TCP-based file server, it has no features to connect different clients like a P2P server would do.
 
Share this answer
 
v3
So,What about Below application ? Is it a Peer to Peer App?
WCF TCP-based File Server[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900