Ville Blixt

Results 5 issues of Ville Blixt

Consider the following example program: ```c++ #include int main() { Tins::PacketSender sender; Tins::EthernetII("d4:61:9d:36:c4:68", "70:81:eb:24:52:b7").send(sender, "en0"); return 0; } ``` It simply sends out an empty EthernetII packet which should originate...

### Related problem There is no related problem. ### Proposed solution I suggest user-defined variable and function names are shortened as much as possible (e.g one character, growing as necessary)....

enhancement

1.19.1 has the worldVersion `0x09`, while 1.19 and 1.19.2 currently use the old `0x08` from 1.18.2. As far as I'm concerned, the world format changed in 1.19 and has remained...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Using a 1.21 Java client and server behind a...

It seems the 1.18 build is compatible with 1.18.x, but isn't marked as such on Modrinth, which impacts version resolution on there.