Re: write
Rene Kluwen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <1035554422.5214.3.camel@paraweb> |
True... Another problem with this is that if for some reason the phone is disconnected... bearerbox won't quit on a normal kill. In that case, it has to be forced with kill -9. -- Rene... On Fri, 2002-10-25 at 15:06, Andrea Viscovich wrote: > > >I think its related to the fact that the write > >command uses hardware handshake. > >Maybe a buffered write would make more sense > >or some ioctl to indicate a timeout. > > Hi Andreas, > surely you are right. > I'm not so confortable with ioctl, > but if you or someone else wants to convert write to ioctl call > I'm willing to test it. > Sometimes may happen that cable got disconnected, and we should > take care immediately. > Andrea >