This repository has been archived by the owner on May 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from gotcha/master
support IPv6
- Loading branch information
Showing
5 changed files
with
125 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Network Gateway Interface | ||
------------------------- | ||
|
||
The Network Gateway Interface provides: | ||
|
||
- the ability to test application networking code without use of | ||
sockets, threads or subprocesses | ||
|
||
- clean separation of application code and low-level networking code | ||
|
||
- a fairly simple inheritence free set of networking APIs | ||
|
||
- an event-based framework that makes it easy to handle many | ||
simultaneous connections while still supporting an imperative | ||
programming style. | ||
|
||
To learn more, see http://packages.python.org/zc.ngi/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.