这是我准备好读取缓冲区时使用golang编写的代码:funcListen(){listen,_:=net.Listen("tcp4","127.0.0.1:7000")deferlisten.Close()for{conn,_:=listen.Accept()gohandler(&conn)}}funchandler(c*net.Conn){for{buf:=make([]byte,1464)n,_:=(*c).Read(buf)ifn==0{continue}}}1464是我的networkmtu1492-28IPHeader,那么我应该在这里输入哪个数字呢?我的网络使用ppoe协议