diff --git a/include/opendht/default_types.h b/include/opendht/default_types.h index 231861b57192cf9e489c886b54ff5941cb1037bf..db8f4395d25ce76ac886dd43f030544a6b5da445 100644 --- a/include/opendht/default_types.h +++ b/include/opendht/default_types.h @@ -144,7 +144,7 @@ struct IceCandidates : public EncryptedValue<IceCandidates> { pk.pack_array(2); pk.pack(id); -#if 0 +#if 1 pk.pack_bin(ice_data.size()); pk.pack_bin_body((const char*)ice_data.data(), ice_data.size()); #else