FITFLOP
Home

posix-select (2 post)


posts by category not found!

How to create a fast data transfer between two tcp sockets

How to Create Fast Data Transfer Between Two TCP Sockets Data transfer between two TCP sockets is a common task in network programming However achieving fast an

3 min read 19-10-2024 24
How to create a fast data transfer between two tcp sockets
How to create a fast data transfer between two tcp sockets

select system call not returning stdin as set if used with other descriptors

The Curious Case of select and Standard Input Have you ever encountered a perplexing situation where the select system call in your C program didnt behave as ex

3 min read 01-10-2024 28
select system call not returning stdin as set if used with other descriptors
select system call not returning stdin as set if used with other descriptors