6 releases

0.2.3 Sep 12, 2023
0.2.2 Apr 11, 2023
0.2.1 Dec 20, 2022
0.1.2 May 14, 2022

#23 in #following

39 downloads per month
Used in 4 crates

MIT/Apache

40KB
853 lines

ipcon-sys Module

IPCON (IPC Over Netlink) is a packet type IPC mechanism by using Netlink. A simple (but a little old) explanation can be found at:

https://github.com/saimizi/libipcon/blob/master/Document/Tutorial.txt.

ipcon-sys provides the rust binding for it. Following are required to use this module:

  • libipcon library
  • ipcon kernel module

Dependencies

~7–16MB
~169K SLoC