Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ PushRecvBuff
Method
PushRecvBuff
pcsx2/DEV9/Sessions/TCP_Session/TCP_Session.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace Sessions
20
{
21
void TCP_Session::PushRecvBuff(ReceivedPayload tcp)
22
{
23
_recvBuff.Enqueue(std::move(tcp));
24
}
25
std::optional<ReceivedPayload> TCP_Session::PopRecvBuff()
26
{
27
ReceivedPayload ret;
Callers
nothing calls this directly
Calls
1
Enqueue
Method · 0.80
Tested by
no test coverage detected