Skip to content

Commit

Permalink
Started implementation of connect()
Browse files Browse the repository at this point in the history
The attempt to use connect() produces a hang currently.
  • Loading branch information
smuehlst committed Feb 25, 2024
1 parent 2bf9960 commit 66009b9
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Extract blank SD card image
rm -f sdcard.img
unzip sdcard.img.zip
# Script that interacts with the socket in the smoke test
# Script that interacts with the sockets in the smoke test
./socket_test.sh &
# Guard against endless loop in QEMU run (120 CPU secs)
ulimit -t 120
Expand Down
Loading

0 comments on commit 66009b9

Please sign in to comment.