Implemented peer authentication
This commit is contained in:
parent
3dfb05a25c
commit
8be54bcc5f
3 changed files with 54 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ class LXMPeer:
|
|||
RESOURCE_TRANSFERRING = 0x05
|
||||
|
||||
ERROR_NO_IDENTITY = 0xf0
|
||||
ERROR_NO_ACCESS = 0xf1
|
||||
|
||||
# Maximum amount of time a peer can
|
||||
# be unreachable before it is removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue