From: Reetesh M. <ree...@gm...> - 2007-11-30 11:03:11
|
Sorry for late reply. I may be wrong completely, nevertheless can't the socket on which we are sending data can keep track of all messages (received or sent) by using some kind of hash_map/multiindex. After all complete identity of a message over network depends on who sends it and who receives it. If one needs to keep this track there can be provision of a table <sender, receiver, message&> Regards, Reetesh Mukul |