Hi Carlos, please prefix the patch with gatchat: <short description>
And while you are fixing a IFX issue, that should be only mentioned in the body here. Along with a more detailed explanation what and why. This is especially important for things like buffer sizes etc., but in a few weeks nobody remembers why we did it. > - io->buf = ring_buffer_new(4096); > > + io->buf = ring_buffer_new(8192); Something scrambled your tabs vs spaces. Might have been our Exchange server again. Just point to linux.intel.com as SMTP if in doubt. > if (!io->buf) > > goto error; > > @@ -288,7 +288,7 @@ gboolean g_at_io_set_write_handler(GAtIO *io, > GAtIOWriteFunc write_handler, > > > > if (io->use_write_watch == TRUE) > > io->write_watch = > g_io_add_watch_full(io->channel, > > - > G_PRIORITY_DEFAULT, > > + > G_PRIORITY_HIGH, Same here. This locks like the server mangled with your email or your editor did. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
