We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198dca5 commit 949c80eCopy full SHA for 949c80e
trunk/src/app/srs_app_listener.cpp
@@ -54,7 +54,7 @@ SrsPps* _srs_pps_fast_addrs = new SrsPps();
54
SrsPps* _srs_pps_spkts = new SrsPps();
55
56
// set the max packet size.
57
-#define SRS_UDP_MAX_PACKET_SIZE 65535
+const int SRS_UDP_MAX_PACKET_SIZE = 1500;
58
59
// sleep in srs_utime_t for udp recv packet.
60
#define SrsUdpPacketRecvCycleInterval 0
0 commit comments