Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 8802419

Browse files
author
Isaac Hier
committed
Undo UDP change for macOS
Signed-off-by: Isaac Hier <ihier@uber.com>
1 parent 2b35a71 commit 8802419

File tree

4 files changed

+1
-56
lines changed

4 files changed

+1
-56
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ set(SRC
129129
src/jaegertracing/net/http/Response.cpp
130130
src/jaegertracing/platform/Endian.cpp
131131
src/jaegertracing/platform/Hostname.cpp
132-
src/jaegertracing/platform/UDP.cpp
133132
src/jaegertracing/propagation/Extractor.cpp
134133
src/jaegertracing/propagation/HeadersConfig.cpp
135134
src/jaegertracing/propagation/Injector.cpp

src/jaegertracing/net/Socket.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class Socket {
171171
int _type;
172172
};
173173

174-
static constexpr auto kUDPPacketMaxLength = platform::kUDPPacketMaxLength;
174+
static constexpr auto kUDPPacketMaxLength = 65000;
175175

176176
} // namespace net
177177
} // namespace jaegertracing

src/jaegertracing/platform/UDP.cpp

-17
This file was deleted.

src/jaegertracing/platform/UDP.h

-37
This file was deleted.

0 commit comments

Comments
 (0)