Skip to content

Commit

Permalink
Add custom UTP community
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragoneq committed Apr 8, 2024
1 parent 0b2e2ee commit a6adba0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ipv8/src/main/java/nl/tudelft/ipv8/messaging/utp/UtpCommunity.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package nl.tudelft.ipv8.messaging.utp

import nl.tudelft.ipv8.Community

class UtpCommunity : Community() {
override val serviceId = "450ded7389134595dadb6b2549f431ad60156931"




}

0 comments on commit a6adba0

Please sign in to comment.