PPTP_ACK_BETA
#define PPTP_ACK_BETA(x) ((x) >> 2) /* beta = 0.25 */
#define PPTP_ACK_BETA(x) (((x) + 2) >> 2) /* beta = 0.25 */