X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=lhnet.h;h=e66e5a5d8f9ca8068d037a00ae943a51edf573e1;hb=97aa709c0a3e5a4374b24a638c14b01f3c8095c6;hp=518ccdf91566a5bda09fa5fe27776b7ed7d5a40f;hpb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf;p=xonotic%2Fdarkplaces.git diff --git a/lhnet.h b/lhnet.h index 518ccdf9..e66e5a5d 100644 --- a/lhnet.h +++ b/lhnet.h @@ -40,6 +40,7 @@ lhnetsocket_t; void LHNET_Init(void); void LHNET_Shutdown(void); +int LHNET_DefaultDSCP(int dscp); // < 0: query; >= 0: set (returns previous value) void LHNET_SleepUntilPacket_Microseconds(int microseconds); lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address); void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket);