Skip to content

Commit

Permalink
Updated to latest upstream. Cleared other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Dec 5, 2022
1 parent 6228896 commit ffa3f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions srtcore/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class CUDTException: public std::exception
};



enum UDTSockType
{
UDT_UNDEFINED = 0, // initial trap representation
Expand Down
1 change: 0 additions & 1 deletion test/test_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void test_cipaddress_pton(const char* peer_ip, int family, const uint32_t (&ip)[
ss.ss_family = family;

void* sin_addr = nullptr;

if (family == AF_INET)
{
sockaddr_in* const sa = (sockaddr_in*)&ss;
Expand Down

0 comments on commit ffa3f84

Please sign in to comment.