Deleted Added
full compact
spx_timer.h (11819) spx_timer.h (11947)
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1982, 1986, 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 27 unchanged lines hidden (view full) ---

36
37#ifndef _NETIPX_SPX_TIMER_H_
38#define _NETIPX_SPX_TIMER_H_
39
40/*
41 * Definitions of the SPX timers. These timers are counted
42 * down PR_SLOWHZ times a second.
43 */
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1982, 1986, 1988, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 27 unchanged lines hidden (view full) ---

36
37#ifndef _NETIPX_SPX_TIMER_H_
38#define _NETIPX_SPX_TIMER_H_
39
40/*
41 * Definitions of the SPX timers. These timers are counted
42 * down PR_SLOWHZ times a second.
43 */
44#define SPXT_NTIMERS 4
45
46#define SPXT_REXMT 0 /* retransmit */
47#define SPXT_PERSIST 1 /* retransmit persistance */
48#define SPXT_KEEP 2 /* keep alive */
49#define SPXT_2MSL 3 /* 2*msl quiet time timer */
50
51/*
52 * The SPXT_REXMT timer is used to force retransmissions.
53 * The SPX has the SPXT_REXMT timer set whenever segments

--- 75 unchanged lines hidden ---
44#define SPXT_REXMT 0 /* retransmit */
45#define SPXT_PERSIST 1 /* retransmit persistance */
46#define SPXT_KEEP 2 /* keep alive */
47#define SPXT_2MSL 3 /* 2*msl quiet time timer */
48
49/*
50 * The SPXT_REXMT timer is used to force retransmissions.
51 * The SPX has the SPXT_REXMT timer set whenever segments

--- 75 unchanged lines hidden ---