Skip to content

Routing Sockets #95

Open
Open
@Andy-Python-Programmer

Description

@Andy-Python-Programmer

Routing sockets are used for the kernel's routing tables to be read and altered (BSD). On the other hand, Netlink is a socket family used for inter-process communication (IPC) between both the kernel and userspace processes, and between different userspace processes. They also provide the functionality to alter the kernel's routing tables; initially designed to be a successor to the ioctl approach.

TL;DR: Routing sockets are specifically made for altering routing tables where as Netlink sockets serves different purposes.

Unresolved Questions

Which one of the API's would be better to implement? Could we improve the existing approach, if so, how?

Sources

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-kernelCategory: kernelRFCRequest For Comments

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions