Skip to content

Commit

Permalink
Disable Nagle's algorithm & add support for testcase delivery via uni…
Browse files Browse the repository at this point in the history
…x sockets (#173)

Ensuring the TCP sockets have TCP_NODELAY set allow nodes running on Linux to run a lot faster (20-30x w/ bxcpu/hevd).
  • Loading branch information
0vercl0k authored May 21, 2023
1 parent 1f73594 commit adb8125
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 108 deletions.
2 changes: 0 additions & 2 deletions src/build/build-asan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export CC=clang-13
export CXX=clang++-13
export CFLAGS='-fsanitize=address'
export CXXFLAGS='-fsanitize=address'
cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja && cmake --build .
Loading

0 comments on commit adb8125

Please sign in to comment.