MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / TermNet

Function TermNet

pcsx2/DEV9/net.cpp:147–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void TermNet()
148{
149 if (RxRunning)
150 {
151 RxRunning = false;
152 nif->close();
153 Console.WriteLn("DEV9: Waiting for RX-net thread to terminate..");
154 rx_thread.join();
155 Console.WriteLn("DEV9: Done");
156
157 delete nif;
158 nif = nullptr;
159 }
160}
161
162using namespace PacketReader;
163using namespace PacketReader::IP;

Callers 2

DEV9closeFunction · 0.85
ReconfigureLiveNetFunction · 0.85

Calls 3

joinMethod · 0.80
closeMethod · 0.45
WriteLnMethod · 0.45

Tested by

no test coverage detected