Files
artloglaby/java/org/artisanlogiciel/games/minetest/net/Channel.java
philippe lhardy 9792b79c56 MaimMim Man in the middle minetest interceptor
- prototype
- between client and server, allow to capture all exchanges and potentially change them
- created to capture server maps in laby
- first test get only MapBlock, support version serialization version 28
  - prepartion for 29 with zstd but untested.

# Conflicts:
#	fetch_dependencies.sh
2023-07-30 10:18:45 +02:00

10 lines
138 B
Java

package org.artisanlogiciel.games.minetest.net;
public class Channel {
int readNextIncomingSeqNum()
{
return 0;
}
}