rlapz/simple_file_transfer_z
Socket programming exercise (based on https://github.com/teainside/simple_file_transfer)
Socket programing exercise (based on https://github.com/teainside/simple_file_transfer)
Zig version: 0.10.0-dev.3840+2b92c5a23
How to build:
zig build -Drelease-safe
zig build -Drelease-fast
zig build
How to change the configuration(s):
./src/config.zig
How to run:
./zig-out/bin/simple_file_transfer_z server [IP] [PORT]
./zig-out/bin/simple_file_transfer_z client [IP TARGET] [PORT TARGET] [FILE]
Event handlers:
Poll
Epoll
IO Uring