Skip to content
Snippets Groups Projects
Commit 8784de6f authored by Byron Lathi's avatar Byron Lathi
Browse files

Remove recv call

need to wait until checksum i presume
parent a774c3ac
No related branches found
No related tags found
2 merge requests!76Resolve "Send TCP data over M2S",!74Resolve "Network Processor"
Pipeline #751 failed
......@@ -226,6 +226,6 @@ async def test_irl(dut):
t.send(packet.payload)
con.recv(64)
# con.recv(64)
serversocket.close()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment