You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I find that BFCP_Server::OpenUdpConnection does not call BFCPConnection::connect, while BFCP_Server::OpenTcpConnect does.
so, does libcfcp support BFCP over UDP in server side? if it does, how can I use it or should I modify something?
thanks.
Hi, I find that
BFCP_Server::OpenUdpConnectiondoes not callBFCPConnection::connect, whileBFCP_Server::OpenTcpConnectdoes.so, does
libcfcpsupportBFCP over UDPin server side? if it does, how can I use it or should I modify something?thanks.