> What sink agents are usefull to use as recipient of SRM sessions, when I > want to build applications on top which (actually) passes protocol > information between each other. SRM does not have any sink. Each agent is both a receiver and a sender. If you want to pass app-specific data inside SRM packets, probably you want to hack the send() and recv() code of SRM to carry your own information. - Haobo