summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/link.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-23 17:05:28 +0000
committerbrian <brian@FreeBSD.org>1998-05-23 17:05:28 +0000
commit3d5a66dff7468559eb0f226477cfed7891ba121f (patch)
tree4e1e53fa349d3a250d5f4fee8e5bbcbd9ab82f78 /usr.sbin/ppp/link.h
parentdd6254f96c0780e31e7e5b2d7b8c2a4e9a69caf1 (diff)
downloadFreeBSD-src-3d5a66dff7468559eb0f226477cfed7891ba121f.zip
FreeBSD-src-3d5a66dff7468559eb0f226477cfed7891ba121f.tar.gz
o Make sure we adjust our min seq and process any outstanding queued
incoming fragments when a link goes down. o Don't use the minimum sequence numbers of links that aren't open. o Understand sequence number wrapping when determining the minimum sequence number. o Add & adjust a few comments.
Diffstat (limited to 'usr.sbin/ppp/link.h')
-rw-r--r--usr.sbin/ppp/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h
index 5186b00..b03c292 100644
--- a/usr.sbin/ppp/link.h
+++ b/usr.sbin/ppp/link.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: link.h,v 1.1.2.11 1998/04/24 19:15:26 brian Exp $
+ * $Id: link.h,v 1.2 1998/05/21 21:46:14 brian Exp $
*
*/
@@ -39,7 +39,7 @@ struct prompt;
struct link {
int type; /* _LINK type */
- const char *name; /* unique id per link type */
+ const char *name; /* Points to datalink::name */
int len; /* full size of parent struct */
struct pppThroughput throughput; /* Link throughput statistics */
struct mqueue Queue[LINK_QUEUES]; /* Our output queue of mbufs */
OpenPOWER on IntegriCloud