Re: [tipc-discussion] About SOCK_RDM socket

2008-03-13 Thread Randy Macleod
Hi, icehong wrote: > Thanks for your answer. > > But why reliable socket service must be on connection?I didn't set > TIPC_SRC_DROPPABLE option , but set TIPC_DEST_DROPPABLE and no use . TIPC guarantees node to node (OS to OS) delivery by forming a software link between nodes that owns

Re: [tipc-discussion] About SOCK_RDM socket

2008-03-13 Thread ? ?
sage in the ancilliary data queue of the sender socket. > > ///jon > > -- > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *? ? > *Sent:* March 13, 2008 10:17 AM > *To:* tipc-discussion@lists.sourceforge.net > *Subject:* [tipc-discussion

Re: [tipc-discussion] About SOCK_RDM socket

2008-03-13 Thread Jon Maloy
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? ? Sent: March 13, 2008 10:17 AM To: tipc-discussion@lists.sourceforge.net Subject: [tipc-discussion] About SOCK_RDM socket Hi , I write a sample test routine and want to test a SOCK_RDM socket tipc socket, The server routi

Re: [tipc-discussion] About SOCK_RDM socket

2008-03-13 Thread Horvath, Elmer
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? ? Sent: Thursday, March 13, 2008 10:17 AM To: tipc-discussion@lists.sourceforge.net Subject: [tipc-discussion] About SOCK_RDM socket Hi , I write a sample test routine and want to test a SOCK_RDM socket tipc socket, The server routine

[tipc-discussion] About SOCK_RDM socket

2008-03-13 Thread ? ?
Hi , I write a sample test routine and want to test a SOCK_RDM socket tipc socket, The server routine receive packets and then drop it , then sleep for 10 ms , while (1) { recv the packet ; usleep 1 ; } and the client send packets