home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / net / inet / README < prev    next >
Encoding:
Text File  |  1994-10-25  |  755 b   |  22 lines

  1. Changes for NET3.017
  2.  
  3. This is mostly small stuff as follows:
  4.  
  5. o    accept()ed socket don't end up with an invalid sk->socket and give bogus
  6.     netstat output.
  7. o    FASYNC/SIGIO now works with sockets.
  8. o    Fixed the permissions on F_SETOWN for all. Its now as broken/working
  9.     as other systems. Really we need something like a 32bit generation
  10.     number on processes.
  11. o    ARP allows proxy for whole networks (a la cisco routers)
  12. o    TCP sendto() reports ENOTCONN in the right cases
  13. o    Removed some surplus uncommented code from tcp.c
  14. o    Fixed protocol violation during closedown in tcp.c
  15.     [Still not got the window < MSS bug fix included]
  16.  
  17. Fixes for 1.1.58
  18.  
  19. o    non blocking connect fail gets the error code right.
  20. o    select() not reporting read ok after an urgent read fixed.
  21.  
  22.