Skip to content

Commit

Permalink
feat: speed up decoding labels from incoming data (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 5, 2023
1 parent 8a17f20 commit c37ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeroconf/_protocol/incoming.pxd
Expand Up @@ -87,7 +87,7 @@ cdef class DNSIncoming:
link_py_int=object,
linked_labels=cython.list
)
cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
cdef cython.uint _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)

cdef _read_header(self)

Expand Down

0 comments on commit c37ead4

Please sign in to comment.