This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/decoders/session_flags/fet.h

7 lines
133 B
C
Raw Normal View History

#pragma once
struct fet_detail {
bool is_tls;
};
int is_data_fet(unsigned char* data, int data_len, struct fet_detail* detail);