We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a196 commit 6560fadCopy full SHA for 6560fad
1 file changed
src/zeroconf/_handlers/query_handler.pxd
@@ -39,7 +39,7 @@ cdef class _QueryResponse:
39
40
cdef bint _is_probe
41
cdef cython.list _questions
42
- cdef float _now
+ cdef double _now
43
cdef DNSCache _cache
44
cdef cython.dict _additionals
45
cdef cython.set _ucast
@@ -91,7 +91,7 @@ cdef class QueryHandler:
91
known_answers_set=cython.set,
92
is_unicast=bint,
93
is_probe=object,
94
- now=float
+ now=double
95
)
96
cpdef async_response(self, cython.list msgs, cython.bint unicast_source)
97
0 commit comments