Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 1996 13:07:35 -0800 (PST)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/net if_tun.c if_tun.h
Message-ID:  <199612022107.NAA13626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      96/12/02 13:07:34

  Modified:    sys/net   if_tun.c if_tun.h
  Log:
  2 small changes:
  1/ increase the tun MTU from 1500 to 1600 to allow it to be used with
  packets formatted according to RFC1490 and RFC1717
  
  2/ allow the tsleep() when reading, to be interruptable by signals
  so that one can now do:
  od -xc </dev/tun0
  to dump packets for debugging without getting hung.
  
  Passed on by: Archie@whistle.com (archie Cobbs)
  
  Nice but not neccessary in 2.2
  
  Revision  Changes    Path
  1.30      +5 -1      src/sys/net/if_tun.c
  1.7       +1 -1      src/sys/net/if_tun.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612022107.NAA13626>