Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ reset_stdin
Function
reset_stdin
src/socket.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
void reset_stdin()
543
{
544
fcntl(stdin_fileno, F_SETFL, stdin_mode);
545
}
546
547
void setup_stdin_socket()
548
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected