Hi,

I have come across what seems to be a typo in the CTB svn trunk.

  216      // look out!
  217      // MIN = 1 means, in TIME (1/10 secs) defined timeout
  218      // will be started AFTER receiving the first byte
  219      // so we must set MIN = 0. (timeout starts immediately, abort
  220      // also without readed byte)
  221      t.c_cc[VMIN] = 0;
  222      // timeout in 1/10 secs
  223      // no timeout for non blocked transfer
  224      t.c_cc[VMIN] = 0;

It seems VMIN is written to twice, when in fact one of them should be VTIME.

Cheers,
  Nikolaj Fogh


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to