Code Monkey home page Code Monkey logo

Comments (4)

Adrian8115 avatar Adrian8115 commented on August 15, 2024

?

from rust-raknet.

RealPacket avatar RealPacket commented on August 15, 2024

The packet enum contains only MC:BE packets.

pub enum PacketID {
ConnectedPing = 0x00,
UnconnectedPing1 = 0x01,
UnconnectedPing2 = 0x02,
ConnectedPong = 0x03,
UnconnectedPong = 0x1c,
OpenConnectionRequest1 = 0x05,
OpenConnectionReply1 = 0x06,
OpenConnectionRequest2 = 0x07,
OpenConnectionReply2 = 0x08,
ConnectionRequest = 0x09,
ConnectionRequestAccepted = 0x10,
AlreadyConnected = 0x12,
NewIncomingConnection = 0x13,
Disconnect = 0x15,
IncompatibleProtocolVersion = 0x19,
FrameSetPacketBegin = 0x80,
FrameSetPacketEnd = 0x8d,
Nack = 0xa0,
Ack = 0xc0,
Game = 0xfe,
}

from rust-raknet.

Adrian8115 avatar Adrian8115 commented on August 15, 2024

As far as I know custom gampackets with the id 0xfe are used for your programm itself. The other pa kets are standard raknet packets

from rust-raknet.

RealPacket avatar RealPacket commented on August 15, 2024

oh ok

from rust-raknet.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.