
See the BTP paper at:
  http://www.eecs.umich.edu/techreports/cse/2000/CSE-TR-429-00.pdf

Email me for a newer version.




* BTP library files

  b_* 			low-level files

  b_packet		packet for BTP (new, delete, read, write)
  b_peer		"peer"/incoming connections
  b_conn		connection utilites
  b_conn_io		IO handlers (read, write, error)
  b_conn_handler	packet handler management
  b_conn_connect	connections (connect, close, bye)
  b_conn_ping		ping handlers (measurement and timeout)


  btp_*			high-level files

  btp_proto		BTP protocol logic (packet handlers)
  btp_node		node in BTP tree (new, delete)
  btp_tree		BTP tree
  btp			normal BTP API

  b_util		utilities for BTP


* Other files




* Debug flags

1	Read packet (b_conn_io)
2	Write packet (b_conn_io)
4	Ping (btp_proto)
8	Connection fail (btp_proto)
