- To: Norman Widders <torqumada@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [SLUG] Rack of 17 netcomm M34F modems?
- From: Matthew Dalton <matthewd@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon Jul 10 15:51:25 2000
- Cc: slug@xxxxxxxxxxx
#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 */