You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
This class shows you how to implement your own network protocols and how to
|
|
use them in a program. This example is part of the network module.
|
|
|
|
The class Nntp implements the nntp protocol. The implementation of the
|
|
protocol is not complete and should not be used in real programs.
|