diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-06-04 16:28:28 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-06-04 16:28:28 +0400 |
commit | 11865d0baa7788c6a49c3f8bc0d552d2a3999bcb (patch) | |
tree | bb6e0212d634d07488096e402866a72b54ac2881 /accel-pppd/CMakeLists.txt | |
parent | cfbc9780376c463a5977c455765d73f02102fee9 (diff) | |
download | accel-ppp-11865d0baa7788c6a49c3f8bc0d552d2a3999bcb.tar.gz accel-ppp-11865d0baa7788c6a49c3f8bc0d552d2a3999bcb.zip |
Revert "implemented delayed fd close (speeds up session termination process)"
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5.
This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29.
Diffstat (limited to 'accel-pppd/CMakeLists.txt')
-rw-r--r-- | accel-pppd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index dc4b557c..0702e5e4 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -66,8 +66,9 @@ ADD_EXECUTABLE(accel-pppd pwdb.c ipdb.c - fdtrash.c + iprange.c + utils.c log.c |