MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / recv

Method recv

client/VGLTransReceiver.cpp:321–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321void VGLTransReceiver::Listener::recv(char *buf, int len)
322{
323 try
324 {
325 if(socket) socket->recv(buf, len);
326 }
327 catch(...)
328 {
329 vglout.println("Error receiving data from server. Server may have disconnected.");
330 vglout.println(" (this is normal if the application exited.)");
331 throw;
332 }
333}

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected