KNOWN BUGS:

	Migrate can't differentiate connections to the same port from
	behind a NAT.

	Callback functions (name resolvers and handlers) are executed
	within a signal handler, so they need to be re-entrant and
	light-weight.

IMMEDIATE:

	Re-implement MigrateAPI continuations TESLA-CXX

NEXT UP:

	Trap buffer size adjustments and resize ring accordingly.

	Accept continuations from apps
		Pass FDs to migrated for safe-keeping
		Pass DB

	Support exporting attributes from DB to other side
	
	
NEXT ISSUES:

	Continuation versioning

	Policy Engine
		Securely support per-user policies

	Support dynamic discovery and resizing of peer's receive buffer.
	Manage snapshot buffer efficiently.


DIFFICULT ISSUES:

	Can we dynamically not generate continuations?
	Do UDP support correctly and securely
		Support spurious packet receipt.

	Figure out Linux issue with send socket buffer sizes.
