Media/WebRTC/WebRTCE10S/NetworkProxyInterface: Difference between revisions

Jump to navigation Jump to search
Line 14: Line 14:


it would be best if this were a synchronous RPC call, but if it has to be async we can live with that.
it would be best if this were a synchronous RPC call, but if it has to be async we can live with that.
==== Socket Management ====
The following interfaces should be synchronous/RPC-style.
To create a socket:
  nsresult CreateSocket(PRNetAddr* requested_address);
You pass in a PRNetAddr with an IP address but an empty (0) port.
On success, the port is filled in.


==== Packet Transmisson and Reception ====
==== Packet Transmisson and Reception ====
Confirmed users
214

edits

Navigation menu