MCPcopy Create free account
hub / github.com/ZDoom/Raze / PreSend

Function PreSend

source/common/engine/i_net.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void PreSend (const void *buffer, int bufferlen, const sockaddr_in *to)
397{
398 sendto (mysocket, (const char *)buffer, bufferlen, 0, (const sockaddr *)to, sizeof(*to));
399}
400
401void BuildAddress (sockaddr_in *address, const char *name)
402{

Callers 8

PacketGetFunction · 0.85
SendAbortFunction · 0.85
SendConAckFunction · 0.85
Host_CheckForConnectsFunction · 0.85
Host_SendAllHereFunction · 0.85
HostGameFunction · 0.85
Guest_ContactHostFunction · 0.85
Guest_WaitForOthersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected