This project is still in alpha meaning that more features will be
added over time.

If you have any suggestions for enhancements or fixes feel free to
contact me.

List of features/fixes:
-------------------------------------------------------------------------
* 	A TCP probe. This looks possible since the NAT-based routers I've
	encountered happily forwards SYN-ACK and RST-ACK packets
	without ever seeing a SYN packet first.

* 	Real UDP echo responses. A common UDP services (Netbios?) is needed
	for this

* 	/etc/init.d script for netleakd.

* 	If not deemed too far out-of-scope, a wireless accesspoint detection
	mechanism.

*	Use something else than Net::RawIP to create raw sockets. 

* 	Some throttlening on outgoing packets. Currently the exit policies
	are really really convservative.

*	Fiddle with source routing

* 	Use some ip-header field to tentatively identify a netleak
	packet. This would be useful if hosts won't embed more than 20
	bytes of the original package when responding with ICMP to a
	closed UDP port (Windows does this).
