https://bugzilla.novell.com/show_bug.cgi?id=399245
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=399245#c7 --- Comment #7 from Leszek Ciesielski <[EMAIL PROTECTED]> 2008-08-19 05:44:42 MDT --- >From 'man poll' : "The timeout argument specifies an upper limit on the time for which poll() will block, in milliseconds. Specifying a negative value in timeout means an infinite timeout." We can't provide a test case here because one needs hardware (receiver) to test this behaviour. The current situation is that with infinite timeout set (-1), writes return immediately regardless of whether they managed to write the data or not (the poll is not executed), and this should happen only with a timeout of 0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
