twisted.protocols.ident.InvalidPort(IdentError)
class documentationtwisted.protocols.ident
View Source
(View In Hierarchy)
Either the local or foreign port was improperly specified. This should be returned if either or both of the port ids were out of range (TCP port numbers are from 1-65535), negative integers, reals or in any fashion not recognized as a non-negative integer.
Inherited from IdentError:
Method | __str__ | Undocumented |