Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Rack of 17 netcomm M34F modems?


#ifdef DESTRUCTIVE_MODEM_OWNER

> if (modem == 33.6) {
>         destroy();
> } else if (modem == 56) {
>         keep();
> }

#else

/*
 * The fastest a modem can upload data is 33.6kbps,
 * so the modems are still good for use in a
 * permanent modem setup. They are also good for
 * sending and receiving faxes.
 */
keep();

#endif

/* Matthew */