# etipc **Repository Path**: openeuler/etipc ## Basic Information - **Project Name**: etipc - **Description**: enhanced tipc - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-07-15 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-embedded ## README # etipc #### Description enhanced tipc #### Software Architecture Software architecture description #### Installation These instructions assume that your system is running Linux kernel 2.6.16(or later),and that you are already familiar with the steps involved in rebuilding a "vanilla" Linux kernel from source provided at www.kernel.org 1.Copy etipc-1.7.7*.tar to the top level directory of the kernel source tree 2.Install the TIPC source files into the kernel source tree. eg. tar -xvf etipc-1.7.7*.tar 3.Configure the kernel to include TIPC, either statically or as a loadable module. eg. make menuconfig 4.Rebuild and install the kernel in the normal manner eg. make If you are building etipc as a loadable module,build net/tipc/tipc.ko and install it in the standard manner. 5.Boot up your system,then build the tipc-config tool and use it to configure and manage TIPC eg. cd make ./tipc-config #### Instructions This document is provided to assist software developers in setting up and operating a network using etipc #### Contribution etipc contains some major changes from the previous TIPC 1.7.7 release: * Multicast communication enhancement * Unicast link communication enhancement * Fast detection and link switchover are supported when interface is down TIPC 1.7.7 contains only minor changes from the previous TIPC 1.7.6 release: * adds support for Linux 2.6.29-2.6.34 kernels * adds support for four new socket options * fixes a number of bugs present in TIPC 1.7.6 #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)