TESLA 0.4:
A Transparent Extensibile Session-Layer Architecture
for End-to-end Network Services

$Id: README.in,v 1.1 2002/09/02 19:01:44 jsalz Exp $

by Jon Salz <jsalz@mit.edu> and Alex Snoeren <snoeren@lcs.mit.edu>

Copyright (c) 2002 Massachusetts Institute of Technology
======================================================================
TESLA is a generalized architecture for the development and deployment
of session-layer services.  It uses dynamic library interposition to
trap applications' network I/O calls, routing them through handlers
that provide services such as compression, encryption, transparent
SOCKS proxying, traffic rate shaping, and end-to-end flow migration.

Documentation (including build and install information) is available in
the doc directory.

LICENSING
---------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
