Skip to content

Commit

Permalink
Merge branch 'master' into dev-fix-group-ut-findings-closeflag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Malecki committed Dec 19, 2024
2 parents d92e942 + 1ec61fc commit 83fcba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/congctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void SrtCongestion::Check()

class LiveCC: public SrtCongestionControlBase
{
int64_t m_llSndMaxBW; //Max bandwidth (bytes/sec)
srt::sync::atomic<int64_t> m_llSndMaxBW; //Max bandwidth (bytes/sec)
srt::sync::atomic<size_t> m_zSndAvgPayloadSize; //Average Payload Size of packets to xmit
size_t m_zMaxPayloadSize;
size_t m_zHeaderSize;
Expand Down
2 changes: 2 additions & 0 deletions srtcore/platform_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
// also other macros, like TARGET_OS_IOS etc.

#include "TargetConditionals.h"
#ifndef __APPLE_USE_RFC_3542
#define __APPLE_USE_RFC_3542 /* IPV6_PKTINFO */
#endif

#ifdef SRT_IMPORT_TIME
#include <mach/mach_time.h>
Expand Down

0 comments on commit 83fcba8

Please sign in to comment.