dect
/
libdect
Archived
13
0
Fork 0
DECT Library
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Patrick McHardy 305e9be660 netlink: restore broadcast reception handler after sending unicast requests
Instead of setting the handler to NULL, restore the broadcast message
reception handler. Otherwise messages will be lost after sending a
unicast request. This currently only works because the requests are
either sent before the broadcast message handler is installed by the
initialization function or (in FP mode) there are no broadcast messages.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-14 19:10:48 +01:00
debian libdect: add debian package build support 2010-07-28 10:56:10 +02:00
doc doc: minor fixes 2010-09-16 04:55:29 +02:00
example ie: add support for <<EVENTS-NOTIFICATION>> IE 2010-10-14 23:06:41 +02:00
include identities: add dect_ari_cmp() 2010-11-14 19:09:36 +01:00
src netlink: restore broadcast reception handler after sending unicast requests 2010-11-14 19:10:48 +01:00
.gitignore example: add PP CC example 2010-09-08 19:19:12 +02:00
COPYING libdect: add COPYING file 2010-07-27 04:23:43 +02:00
INSTALL libdect: add installation instructions 2010-07-28 17:23:58 +02:00
Makefile.defs.in debug: add libdect-specific assert-macro with optional backtrace support 2010-09-14 22:07:09 +02:00
Makefile.in build: minor build improvements 2010-07-26 21:31:12 +02:00
Makefile.rules.in build: add archive target 2010-10-10 19:53:49 +02:00
autogen.sh Import libdect 2009-05-06 18:41:57 +02:00
configure.ac build: verify that event.h and event library are compatible 2010-11-12 07:04:58 +01:00
install-sh Import libdect 2009-05-06 18:41:57 +02:00
libdect-0.0.1.pc.in libdect: add pkg-config file 2010-07-27 04:32:47 +02:00