X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FPong.java;h=822558a57d5fdfdac9e3b20d2dc4cd6db1139ef5;hb=2bb592fb946e316dba9f4d1123f8ac72ff4e9bf8;hp=536f0010e1ee64edf5099e6f7bcac314e0ea38d8;hpb=330ca992be304d0eac79bd59b411980dff294b03;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Pong.java b/src/main/java/org/ldk/structs/Pong.java index 536f0010..822558a5 100644 --- a/src/main/java/org/ldk/structs/Pong.java +++ b/src/main/java/org/ldk/structs/Pong.java @@ -9,7 +9,9 @@ import javax.annotation.Nullable; /** - * A pong message to be sent or received from a peer + * A [`pong`] message to be sent to or received from a peer. + * + * [`pong`]: https://github.com/lightning/bolts/blob/master/01-messaging.md#the-ping-and-pong-messages */ @SuppressWarnings("unchecked") // We correctly assign various generic arrays public class Pong extends CommonBase { @@ -22,6 +24,7 @@ public class Pong extends CommonBase { /** * The pong packet size. + * * This field is not sent on the wire. byteslen zeros are sent. */ public short get_byteslen() { @@ -32,6 +35,7 @@ public class Pong extends CommonBase { /** * The pong packet size. + * * This field is not sent on the wire. byteslen zeros are sent. */ public void set_byteslen(short val) { @@ -70,6 +74,18 @@ public class Pong extends CommonBase { return ret_hu_conv; } + /** + * Generates a non-cryptographic 64-bit hash of the Pong. + */ + public long hash() { + long ret = bindings.Pong_hash(this.ptr); + Reference.reachabilityFence(this); + return ret; + } + + @Override public int hashCode() { + return (int)this.hash(); + } /** * Checks if two Pongs contain equal inner contents. * This ignores pointers and is_owned flags and looks at the values in fields.