Fedora Packages

gensio

General Stream I/O

This is gensio (pronounced gen'-see-oh), a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol functionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. gensios that stack on other gensios are called filters. You can do the same thing with receiving ports. You can set up a gensio accepter (accepter) to accept connections in a stack. So in our previous example, you can setup TCP to listen on a specific port and automatically stack SSL and Telnet on top when the connection comes in, and you are not informed until everything is ready. A very important feature of gensio is that it makes establishing encrypted and authenticated connections much easier than without it. Beyond basic key management, it's really no harder than TCP or anything else. It offers extended flexibility for controlling the authentication process if needed. It's really easy to use. Note that the gensio(5) man page has more details on individual gensio types.

Releases Overview

Release Stable Testing
Fedora Rawhide 2.8.4-1.fc41 -
Fedora 40 2.8.4-1.fc40 -
Fedora 39 2.8.4-1.fc39 -
Fedora 38 2.8.4-1.fc38 -
EPEL 9 2.8.4-1.el9 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at gensio dash maintainers at fedoraproject dot org.



Sources on Pagure