-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* single thread Based on 010fcbc from @ccaughie * single thread: st_client.c. remove unused variables * Revert "single thread: st_client.c. remove unused variables" This reverts commit 1e240a9. * single thread: st_client.c. remove unused variable * single thread: s/usrsctp_fire_timer/usrsctp_handle_timers * single thread: remove duplicated functions * single thread: remove duplicate check for SCTP_SO_IS_NBIO(so) * single thread: s/handle_packets/handle_events * .gitignore: ignore programs/st_client binary * user_socket.c: remove unnecessary SB_UPCALL check * programs/client.c: make main() return(-1) after perror() * programs/st_client.c: trying to make it work (it does not yet) * programs/st_client.c: replace CLOCKS_PER_SEC with gettimeofday based code * programs/client.c: revert cosmetic changes * programs/st_client.c: clean debug prints * programs/meson.build: add st_client * Fix warnings in Windows * programs/st_client.c: use snd 0 instead of 1. * programs/st_client.c: add usrsctp_setsockopt(s, IPPROTO_SCTP, SCTP_RECVRCVINFO, &on, sizeof(int))
- Loading branch information
Showing
14 changed files
with
434 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.