Skip to content

Commit 3dcea41

Browse files
committed
fix port in getsockname
1 parent 1166a07 commit 3dcea41

13 files changed

+0
-14
lines changed

librte_ans/librte_ans_broadwell.a

592 Bytes
Binary file not shown.

librte_ans/librte_ans_core2.a

592 Bytes
Binary file not shown.

librte_ans/librte_ans_haswell.a

592 Bytes
Binary file not shown.

librte_ans/librte_ans_ivybridge.a

592 Bytes
Binary file not shown.

librte_ans/librte_ans_sandybridge.a

592 Bytes
Binary file not shown.

librte_ans/librte_ans_westmere.a

592 Bytes
Binary file not shown.

librte_anssock/include/anssock_intf.h

-14
Original file line numberDiff line numberDiff line change
@@ -305,20 +305,6 @@ int anssock_shutdown(int sockfd, int how);
305305
*/
306306
int anssock_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout);
307307

308-
/**
309-
* This is dummy API, always return 0, it is still not implemented.
310-
*
311-
* @param sockfd
312-
* @param level
313-
* @param optname
314-
* @param optval
315-
* @param optlen
316-
*
317-
* @return
318-
*
319-
*/
320-
int anssock_getsockopt(int sockfd, int level, int optname, void *optval, socklen_t *optlen);
321-
322308
/**
323309
*
324310
* @param sockfd
-128 Bytes
Binary file not shown.

librte_anssock/librte_anssock_core2.a

-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.
-128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)