chiark / gitweb /
Setting the maximum interface count now does the right thing.
[unet] / unet.texi
index 4dd7338643305dafda0adbe5ac1d01c6ee848a7a..8ffff559ec2850640d6f1815d2e8a0b45ac3eaa9 100644 (file)
--- a/unet.texi
+++ b/unet.texi
@@ -1,6 +1,6 @@
 \input texinfo @c -*-texinfo-*-
 @c
 \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
 @c
 @c Manual for usernet device
 @c
@@ -10,6 +10,9 @@
 @c ----- Revision history ---------------------------------------------------
 @c
 @c $Log: unet.texi,v $
 @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
 @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
 
 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
 
 @node Sending and receiving,  , Configuring the interface, Programming
 @section Sending and receiving