enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Linux Network Administrator's Guide - Wikipedia

    en.wikipedia.org/wiki/Linux_Network_Administrator...

    The Linux Network Administrator's Guide is a book on setting up and running Unix and Linux networks. [1] The first and second editions are freely available in electronic form under the GFDL . It was originally produced by Olaf Kirch and others as part of the Linux Documentation Project with help from O'Reilly .

  3. Portals network programming application programming interface

    en.wikipedia.org/wiki/Portals_network...

    In 1999, an operational programming interface was given to Portals so that it could be implemented for intelligent or programmable network interfaces outside of a lightweight kernel environment. [2] This standard was designed for systems where the work required to prepare, transmit, and deliver messages is longer than the round-trip to the ...

  4. Berkeley sockets - Wikipedia

    en.wikipedia.org/wiki/Berkeley_sockets

    Programming a TCP client application involves the following steps: Creating a TCP socket. Connecting to the server ( connect() ), by passing a sockaddr_in structure with the sin_family set to AF_INET , sin_port set to the port the endpoint is listening (in network byte order), and sin_addr set to the IP address of the listening server (also in ...

  5. The Linux Programming Interface - Wikipedia

    en.wikipedia.org/wiki/The_Linux_Programming...

    It chronicles the history of Unix and how it led to the creation of Linux. The book provides samples of code written in C, and learning exercises at the end of chapters. The author is a former writer for the Linux Weekly News [1] and the current maintainer for the Linux man pages project. [2]

  6. Data Plane Development Kit - Wikipedia

    en.wikipedia.org/wiki/Data_Plane_Development_Kit

    The Data Plane Development Kit (DPDK) is an open source software project managed by the Linux Foundation. It provides a set of data plane libraries and network interface controller polling-mode drivers for offloading TCP packet processing from the operating system kernel to processes running in user space. This offloading achieves higher ...

  7. David S. Miller - Wikipedia

    en.wikipedia.org/wiki/David_S._Miller

    David Stephen Miller (born November 26, 1974) is an American software developer working on the Linux kernel, where he is the primary maintainer of the networking subsystem [1] [2] and individual networking drivers, [3] the SPARC implementation, [4] [5] and the IDE subsystem. [6]

  8. UNIX Network Programming - Wikipedia

    en.wikipedia.org/wiki/UNIX_Network_Programming

    Unix Network Programming is a book written by W. Richard Stevens. [1] It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking and Computer network programming . The book focuses on the design and development of network software under UNIX.

  9. Adaptive Communication Environment - Wikipedia

    en.wikipedia.org/wiki/Adaptive_Communication...

    The Adaptive Communication Environment (ACE) is an open source software framework used for network programming. It provides a set of object-oriented C++ classes designed to help address the inherent complexities and challenges in network programming by preventing common errors.