FreeWTP -- An Open Source CAPWAP WTP
Go to file
Andreas Schultz 8dc30ae3c4 rework socket and discovery handling
Swtich sockets to connected when talking to a specific AC. Use
unconnected UDP sockets only during DISCOVERY.

In JOIN, we need send our local address. The old, routing table
based local address discovery is broken for many reasons (VRF,
policy routing, ...). With a connected socket, we can the same
information with a simple getsockname.

During DISCOVERY we are talking to all potential AC's at once.
So using an unconnected socket makes still sense.
2016-03-02 15:13:56 +01:00
build convert (partially) to wolfssl 2016-02-05 17:33:57 +01:00
conf remove dos style newlines 2016-02-05 17:38:49 +01:00
docs First commit 2013-05-01 14:52:55 +02:00
m4 Add m4 folder 2013-05-01 15:00:11 +02:00
openwrt update kernel support patch 2016-02-25 12:40:35 +01:00
src rework socket and discovery handling 2016-03-02 15:13:56 +01:00
webservice remove dos style newlines 2016-02-05 17:38:49 +01:00
.gitignore Add .gitignore (based on .hgignore) 2015-01-22 10:19:38 +01:00
.hgignore Fix fragment error 2014-09-21 11:20:35 +02:00
AUTHORS The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
COPYING Removing the OpenSSL library for CyaSSL. 2014-05-15 21:43:21 +02:00
ChangeLog The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
INSTALL Removing the OpenSSL library for CyaSSL. 2014-05-15 21:43:21 +02:00
LICENSE First commit 2013-05-01 14:52:55 +02:00
LICENSING The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
Makefile.am The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
NEWS The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
README The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
README.md README.md edited online with Bitbucket 2014-09-16 19:58:48 +00:00
configure.ac use libnl3 2016-02-05 17:33:57 +01:00

README.md

README