Index: ppapi/c/dev/ppb_transport_dev.h |
diff --git a/ppapi/c/dev/ppb_transport_dev.h b/ppapi/c/dev/ppb_transport_dev.h |
index bc3a8cd44075eddb344fdcffa8906a2fffb46563..a90ba03b24b9f838707d52297ea47db73a6ea10f 100644 |
--- a/ppapi/c/dev/ppb_transport_dev.h |
+++ b/ppapi/c/dev/ppb_transport_dev.h |
@@ -34,6 +34,10 @@ struct PPB_Transport_Dev { |
// connect type, protocol |
// RTT |
+ // Set STUN/relay server configuration, as well as other |
+ // configuration parameters. |
brettw
2011/08/22 23:59:59
This documentation gives me no idea what I can pas
Sergey Ulanov
2011/08/23 19:02:04
I like the idea of SetProperty() and enum with all
|
+ int32_t (*SetConfig)(PP_Resource transport, const char* config); |
+ |
// Establishes a connection to the remote peer. Returns |
// PP_OK_COMPLETIONPENDING and notifies on |cb| when connectivity is |
// established (or timeout occurs). |