libsam3 icon indicating copy to clipboard operation
libsam3 copied to clipboard

C SAMv3 library

Results 7 libsam3 issues
Sort by recently updated
recently updated
newest added

This image in your readme is broken and the link doesn't go anywhere useful anymore: https://github.com/i2p/libsam3/blob/ea52a3251d60906d67f9a1031a6ed7642753f94f/README.md?plain=1#L3 Travis stopped offering free CI services to open source projects in 2020. You haven't...

``` In file included from src/libsam3a/libsam3a.c:12: src/libsam3a/libsam3a.h:55:46: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration 55 | extern uint64_t sam3atimeval2ms(const struct...

https://github.com/i2p/libsam3/pull/21 partial help fix build, need fix for libsam3a.c my error after attempt fiх libsam3a.c: ``` src/libsam3a/libsam3a.c:923:57: error: invalid conversion from 'void*' to 'void (*)(Sam3ASession*)' [-fpermissive] 923 | void (*cbComplete)(Sam3ASession...

Hello! I have been sneaking around the i2p project for a while, curiously looking at it in contrast to TOR and other overlay network technologies. Now, after some time, I...

(base) marco@pc01:~/cpp/libsam3/examples/sam3a$ cc -Wall -g -O2 -std=gnu99 ../../src/libsam3a/libsam3a.c test_sc.c -o test_sc (base) marco@pc01:~/cpp/libsam3/examples/sam3a$ ls -lah total 168K drwxrwxr-x 3 marco marco 4,0K apr 22 16:47 . drwxrwxr-x 4 marco marco...

SAM v3.3 enables a single session (and thus Destination) to be used for streams, datagrams and raw simultaneously. This enables applications using the SAM API to maintain a single set...

enhancement
help wanted