Tell me please, i'm trying to figure out if Liebevent can use ipiv6. At the moment I am reading about Bufferevents:concepts and basics: Bufferevents:concepts and basics
There says that:
If the bufferevent’s socket is not yet connected, you can launch a new connection.
bufferevent_socket_connect(struct bufferevent *bev,struct sockaddr *address, int addrlen);
The address and addrlen arguments are as for the standard call connect().
I'm confused by the structure - sockaddr, since she has no fields for ip v6.
And so I can't figure out how to enter information about IPv6?