2006-03-28
Revision History | ||
---|---|---|
Revision 0.1 | 2006-03-28 | Revised by: LX |
first draft | ||
Revision 0.2 | 2006-04-18 | Revised by: LX |
add unishutdown |
Libnjaim is a library for NAT traversal written in C. Clients separated by different NATs cannot create direct TCP connection. While communication through relaying is too expensive, we provide this library in the hope of solving the problem in some cases.
When establishing direct TCP connection is impossible or hard, libnjaim will establish reliable UDP connection instead. The caller is presented with a uniform interface simulating the standard socket functions, without the need to care about actual protocol for connection.
This document should be understood easily by anyone with programming experience in C.
This document, Libnjaim HOWTO, is copyrighted (c) 2006 by Lixin. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 2 or any later version published by the Free Software Foundation.
No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility.
All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements.
In this document, I have the pleasure of acknowledging (unordered):
Yifeng Sun<pkusunyifeng@gmail.com>
Han Peng<orcishhan@hotmail.com>
Guodong Liu<goldenliu@gmail.com>
Feedback is most certainly welcome for this document. Send
your additions, comments and criticisms to the following
email address : <lixin.pku@gmail.com>
.
Next | ||
Requirements |