我有这个 udp 数据包:
P = <<83,65,77,80,188,64,172,85,30,144,105,0,0,0,50,0,7,0,0,0,115,97,109,112,45,114,112,11,0,0,0,149,78,87,149,82,80,149,118,50,46,50,11,0,0,0,83,97,110,32,65,110,100,114,101,97,115>>
14-15 byte 是 player var (Byte width - 2) 15-18 byte 是服务器主机名的长度 (Byte width - 4)
19 + strlen 是服务器的主机名 (Byte width - strlen)
我让玩家变种:
<<_:11/bytes, Players:16/integer-big, Max:16/integer-big, _/binary>> = P.
它是 50。
我怎样才能得到主机名?