Tunchannel fixes galore:
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Wed, 17 Aug 2011 13:11:08 +0000 (15:11 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Wed, 17 Aug 2011 13:11:08 +0000 (15:11 +0200)
commit6ac4c3da5515766487daf2a22c2591a4b0229ec1
treea139e6ec6c69c26994428aa4b3510d7c0e7fdd19
parent5e0a003ac95f3dadc968052eec411770eeaa35d4
Tunchannel fixes galore:
 * Fix lockups at shutdown that would keep the tun_connect.py script at 100% forever
 * Make sure UDP tunnels connect (at least at first), by performing a small handshake
 * Fix tunproto.py to effectively raise exceptions on misconnection (was swallowing them)
 * Fix tunproto.py to effectively wait for listening/connected endpoints
 * Filter fixes: ingress filters should be applied after decryption
src/nepi/testbeds/planetlab/scripts/tun_connect.py
src/nepi/testbeds/planetlab/tunproto.py
src/nepi/util/tunchannel.py