questions on socket API

What should I pass as an argument for ‘flag’ parameter when calling int8_t socket(uint8_t sn, uint8_t protocol, uint16_t port, uint8_t flag);

Hi,
Usually 0x00 is used.
And, You can use it by referring to “SOCKET FLAG” of socket.h.