Table of Contents






Linux TCP and UDP Socket Bindings
  Non-blocking sockets and multitasking
  Glossary
    Handling Linux errno codes
    Handling IP addresses
      Reusable bits
      Main words
    TCP/IP Sockets
      Reusable bits
      Main words
    UDP Sockets
      Reusable bits
      Main words
    Non-blocking connection-oriented socket I/O
      Reusable bits
      Main words
    Non-blocking connectionless socket I/O
      Reusable bits
      Main words
    Multiplexed I/O
      Reusable bits
      Main words
GENIO Socket Device
  Socket Device Creation
  Exceptions
  Glossary
    Blocking/Non-Blocking socket API vectors
    Common, low level factors
    Socket driver Entry points
      Support for ACCEPT
    Open and vector table
    Device Creation
Examples
  Very simple TCP client example.
  Very simple TCP server example.
  Multitasked TCP client example.
  Simple TCP server example.