Donate Share

TIPC: Cluster Communication Protocol

Code

Programming Languages: C

License: GNU General Public License (GPL), BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@tipc.cvs.sourceforge.net:/cvsroot/tipc login

cvs -z3 -d:pserver:anonymous@tipc.cvs.sourceforge.net:/cvsroot/tipc co -P modulename

Show:

What's happening?

  • Implementation for O_NONBLOCK option is missed in TIPC 1.7.5

    It is impossible to set O_NONBLOCK option by fcntl function under Solaris when TIPC 1.7.5 is used. Further, even there is no error in Linux implementation looks like option is not working on linux as well.

    2009-12-09 10:46:34 UTC by nobody

  • Link misorders messages with multi-threaded drivers

    A TIPC 1.7 link endpoint does not always processing incoming messages in sequential order if its bearer utilizes a driver with multiple receiving threads. This can be illustrated by the following sequence of events, involving a node with multi-core CPUs A and B: cpu A 1) invokes tipc_recv_msg() with packet N 2) performs read_lock_bh(&tipc_net_lock) [this ensures TIPC's view of the network...

    2009-08-25 17:20:50 UTC by ajstephens

  • kernel panic in 1.7.6

    the following invalid code causes kernel panic in jaunty 100% tipc-config is [ 16.698280] TIPC: Activated (version 1.7.6 compiled Jul 30 2009 15:48:42) [ 16.698391] TIPC: Started in single node mode [ 16.702489] TIPC: Started in network mode [ 16.702494] TIPC: Own node address , network identity 4711 [ 16.707055] TIPC: Enabled bearer , discovery domain ,

    2009-08-07 16:40:43 UTC by tonyhardie