This wiki is now locked - both user registration and edits (except by admins) are disabled. We're currently migrating all the content to our new wiki. If you have time, please register and help us out!

You can still view the source code of every page. Once a page has been copied over to the new wiki, please add a link to it to MigratedPages (the only page which is still editable), to notify the admins to go and blank it.


ProtocolError


This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.

It means there has been an error in a previous message. For example, missing out a mandatory field. See below for protocol error codes and their descriptions.

Example

ProtocolError
Global=true // whether the message had Global set, this is to disambiguate as there may be both global and non-global requests with the same Identifier
Code=1 // error code
CodeDescription=ClientHello must be first message // description of error
ExtraDescription=Duh // more info on the error if available
Fatal=false // means the connection stays open
Identifier=MyIdentifier // if we managed to parse one
EndMessage
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki