freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
713 bytes
|
| Line | |
|---|
| 1 | config FWRT_PACKAGE_LIBEVENT
|
|---|
| 2 | prompt "libevent.......................... Event notification library for event-driven network servers"
|
|---|
| 3 | tristate
|
|---|
| 4 | default m if CONFIG_DEVEL
|
|---|
| 5 | help
|
|---|
| 6 | The libevent API provides a mechanism to execute a callback function
|
|---|
| 7 | when a specific event occurs on a file descriptor or after a timeout
|
|---|
| 8 | has been reached. Furthermore, libevent also support callbacks due
|
|---|
| 9 | to signals or regular timeouts.
|
|---|
| 10 |
|
|---|
| 11 | libevent is meant to replace the event loop found in event driven
|
|---|
| 12 | network servers. An application just needs to call event_dispatch()
|
|---|
| 13 | and then add or remove events dynamically without having to change
|
|---|
| 14 | the event loop.
|
|---|
| 15 |
|
|---|
| 16 | http://www.monkey.org/~provos/libevent/
|
|---|
| 17 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.