fnet.c

Simple C networking library
git clone git://git.finwo.net/lib/fnet.c
Log | Files | Refs | README

commit 14baeb2ab0c27c0178796b70df8ce021f036f8da
parent f0decbca8063719926a027beacce8af62babb4af
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 22 Oct 2023 20:12:46 +0200

Small found update

Diffstat:
Mtest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.c b/test.c @@ -48,7 +48,7 @@ int main(int argc, const char *argv[]) { const char *addr = "127.0.0.1"; uint16_t port = 1337; - int mode = 1; // 1 = listen, 2 = connect + int mode = 3; // 1 = listen, 2 = connect for( i = 0 ; i < argc ; i++ ) {