diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2014-04-02 21:53:12 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@ocrete.ca> | 2014-05-15 09:38:52 -0400 |
commit | 2243ba07b9700a6adbd9fce4d11f9ccce5751454 (patch) | |
tree | 598ab4e0be9b7ea3ad368a98725702115d46c0d7 /socket/tcp-bsd.h | |
parent | 48428cdac69503053469d2361ce8c2b43394dae4 (diff) | |
download | libnice-2243ba07b9700a6adbd9fce4d11f9ccce5751454.tar.gz |
Allow tcp-bsd to act as reliable or non reliable transport and fix is_reliable on other sockets
Diffstat (limited to 'socket/tcp-bsd.h')
-rw-r--r-- | socket/tcp-bsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/socket/tcp-bsd.h b/socket/tcp-bsd.h index e3a0593..83681d3 100644 --- a/socket/tcp-bsd.h +++ b/socket/tcp-bsd.h @@ -43,8 +43,7 @@ G_BEGIN_DECLS NiceSocket * -nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *addr); - +nice_tcp_bsd_socket_new (GMainContext *ctx, NiceAddress *addr, gboolean reliable); G_END_DECLS |