Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
8a0682a7
Commit
8a0682a7
authored
Oct 23, 2017
by
Andreas Schmidt
Browse files
Remove wait_time.
parent
fbca1a90
Pipeline
#1456
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
prrt/prrt.pyx
View file @
8a0682a7
...
...
@@ -109,7 +109,7 @@ cdef class PrrtSocket:
raise
Exception
(
"Not a sender."
)
return
cprrt
.
PrrtSocket_get_rtt
(
self
.
_c_socket
)
*
0.000001
def
recv
(
self
,
wait_time
):
def
recv
(
self
):
cdef
char
buffer
[
65536
]
cdef
int32_t
len
with
nogil
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment