                Laurent Constantin's network library (lcrzo)

                      --------------------------------
                      |           TODO LIST          |
                      --------------------------------

   Currently lcrzo works for Ethernet cards. Support could be added for :
    - PLIP/SLIP
    - FDDI (I do not have such cards)
    - Token Ring (I do not have such cards)
    - etc.

   Port to other environments : NetBSD, HP-UX, AIX, etc.

   Dial-in modems are not supported under Windows.

   Modem support does not correctly work on Windows NT/2k (problem
   explained in WinPCAP FAQ). An alternative solution should be provided
   using Microsoft's sniffing functionalities (Network Monitor).

++

   Functions to create TCP options.

   Create these functions :
    - lcrzo_sock_tcpser_virtmulti
    - lcrzo_sock_tcpser_virtoipmulti

++

   Under Unix, an array is used to store pid of childs to kill
   upon reception of a SIGINT : use a special chained list.
   Could we use sigaction to save old signal handler, and deal 
   with it ? Sometimes user might not want its child to be killed,
   so propose a lcrzo_process_other_letrunuponsig(&child).

   Analyze IPv6.

