Skip to content

Commit

Permalink
update:airlbs udp_buff扩大至1500
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Nov 18, 2024
1 parent ec28c1f commit c965af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/libs/airlbs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function airlbs.request(param)
return false
end

local udp_buff = zbuff.create(1024)
local udp_buff = zbuff.create(1500)
local auth_type = 0x01
local lbs_data_type = 0x00
local project_id = param.project_id
Expand Down

0 comments on commit c965af4

Please sign in to comment.