Welcome to MSDN Blogs Sign in | Join | Help

October 2006 - Posts

Other Peer channel and WCF resources

Windows Communication Foundation on the net - Get latest updates/news about the runtime and SDK install locations Kevin Ransom's blog - Peer channel development lead's thoughts and rantings Ravi Rao's blog - Peer channel Program Manager's thoughts and
Posted by peerchan | 0 Comments
Filed under:

The PeerHopCount Attribute: Controlling Message Distribution

This post explains the how, what, and why of the PeerHopCount attribute provided by Peer Channel in the .NET Framework 3.0 Why would I need PeerHopCount? Peer Channel’s basic flooding model involves distributing each message sent by any member of a mesh

Tip: Peer Channel diagnostics using WCF Tracing/Message Logging

Scenario: You want to enable WCF tracing for troubleshooting purposes Tip: You need to use the App.config file to enable WCF Tracing and Message Logging. The following (either 1 or 2 depending on your scenario) will end up generating a .svclog file named
Posted by peerchan | 1 Comments

Tip: Peer Channel and custom Message contracts

Scenario: Say, we have defined a custom Message contract to use in our Application like so: public enum SendMessageType { Send, Ack, Resend, } [MessageContract(IsWrapped= false )] public class TestMessage { [MessageHeader] public SendMessageType Type;
Posted by peerchan | 0 Comments

Tip: Sending large Peer Channel messages and NetPeerTcpBinding.ReaderQuotas

This is first in a series of "Scenario/Symptom/Tip" style tips that we plan to post from time to time to help in troubleshooting PeerChannel issues..
Posted by peerchan | 2 Comments
 
Page view tracker