comparison include/endp.h @ 21:2032201bd034

implement twrtp_endp_bind_ip_port()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Jul 2024 04:17:18 +0000
parents 695fdb670d30
children 587437b62ed5
comparison
equal deleted inserted replaced
20:695fdb670d30 21:2032201bd034
57 struct twrtp_endp *twrtp_endp_create(void *ctx, 57 struct twrtp_endp *twrtp_endp_create(void *ctx,
58 struct twrtp_jibuf_config *config); 58 struct twrtp_jibuf_config *config);
59 void twrtp_endp_destroy(struct twrtp_endp *endp); 59 void twrtp_endp_destroy(struct twrtp_endp *endp);
60 60
61 int twrtp_endp_register_fds(struct twrtp_endp *endp); 61 int twrtp_endp_register_fds(struct twrtp_endp *endp);
62 int twrtp_endp_bind_ip_port(struct twrtp_endp *endp, const char *ip,
63 uint16_t port);