Skip to content

line number 256: elif b[3] == 0x03: #1

@mansour1991

Description

@mansour1991

According to rfc 1928, page 5:
"the first octet of the address field contains the number of octets of name that follow"

So it should be : (line 257) in microWebCli.py

l = b[4]
not
l = b[3]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions