• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demo/H15-Apr-2020-488355

tipcutils/H03-May-2022-1,8061,372

.gitignoreH A D15-Apr-2020322 4039

README.mdH A D15-Apr-2020862 1915

config.h.cmakeH A D15-Apr-2020506 1312

tipc.cH A D15-Apr-202025.3 KiB1,001747

tipc.docH A D15-Apr-20201.3 KiB5743

tipc.plH A D15-Apr-202023.8 KiB607553

tipc_broadcast.plH A D15-Apr-202016.6 KiB47559

tipc_linda.plH A D15-Apr-202021.6 KiB69475

tipc_overview.mdH A D15-Apr-20208.9 KiB150134

tipc_paxos.plH A D15-Apr-20203.1 KiB7662

README.md

1# Transparent Inter-Process Communications (TIPC) Sockets.
2
3TIPC  provides  a  framework  for  inter-process  communication  between
4federations of trusted peers that are  cooperating   as  a  unit. It was
5developed by Ericsson AB,  as  a   means  to  provide for communications
6between Common Control Systems processes and   Network  Element peers in
7telephone switching systems, sometimes  operating   at  arm's  length on
8different line cards or mainframes. Delegation of responsibility in this
9way is one of the fundamental precepts of the Erlang programming system,
10also developed at Ericsson. TIPC represents   a more generalized version
11of the same behavioral design pattern.
12
13This document was produced using PlDoc,   with  sources found in tipc.pl
14and tipc_overview.md.
15
16@author: Jeffrey Rosenwald (JeffRose@acm.org)
17@license: BSD-2
18@compat: Linux only
19