[Bug 213214] bluetooth l2ping makes an extra interval sleep before exit and does not flush line-by-line

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213214

Mark Linimon  changed:

   What|Removed |Added

   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 213214] bluetooth l2ping makes an extra interval sleep before exit and does not flush line-by-line

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213214

Bug ID: 213214
   Summary: bluetooth l2ping makes an extra interval sleep before
exit and does not flush line-by-line
   Product: Base System
   Version: 10.3-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: wireless
  Assignee: freebsd-wireless@FreeBSD.org
  Reporter: oh5...@gmail.com

Created attachment 175431
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175431&action=edit
remove extra delay from l2ping and flush output line-by-line

LOW PRIORITY

/usr/src/usr.sbin/bluetooth/l2ping/l2ping.c

Mainloop is oddly arranged: After each ping is sent, received (or not), _and_
reported, there is always an interval sleep, even after the last one.

Output is not flushed before sleeping, making life hard for scripts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"