X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/unet/blobdiff_plain/4e3819cf328abf9cb0e43d76ef1b294a3bffa720..88613db413040344e358f2749f25a736b9beab9d:/unet.texi?ds=sidebyside diff --git a/unet.texi b/unet.texi index 4dd7338..8ffff55 100644 --- a/unet.texi +++ b/unet.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c -@c $Id: unet.texi,v 1.1 2001/01/25 22:03:39 mdw Exp $ +@c $Id: unet.texi,v 1.2 2001/02/03 18:39:59 mdw Exp $ @c @c Manual for usernet device @c @@ -10,6 +10,9 @@ @c ----- Revision history --------------------------------------------------- @c @c $Log: unet.texi,v $ +@c Revision 1.2 2001/02/03 18:39:59 mdw +@c Setting the maximum interface count now does the right thing. +@c @c Revision 1.1 2001/01/25 22:03:39 mdw @c Initial check-in (somewhat belated). @c @@ -615,6 +618,15 @@ is set; if zero, the flag is cleared. Dumps an attachment's information to the kernel log device. @end deffn +@deffn {@code{ioctl} call} UNIOCGMAXIF +Returns the total number of attachments permitted. +@end deffn + +@deffn {@code{ioctl} call} UNIOCSMAXIF +Configures the total number of attachments permitted. It is an error to +reduce this below the number of attachments currently in existence. +@end deffn + @node Sending and receiving, , Configuring the interface, Programming @section Sending and receiving