Skip to content

Commit

Permalink
fix port in getsockname
Browse files Browse the repository at this point in the history
  • Loading branch information
bluenet13 committed Aug 4, 2017
1 parent 1166a07 commit 3dcea41
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 14 deletions.
Binary file modified librte_ans/librte_ans_broadwell.a
Binary file not shown.
Binary file modified librte_ans/librte_ans_core2.a
Binary file not shown.
Binary file modified librte_ans/librte_ans_haswell.a
Binary file not shown.
Binary file modified librte_ans/librte_ans_ivybridge.a
Binary file not shown.
Binary file modified librte_ans/librte_ans_sandybridge.a
Binary file not shown.
Binary file modified librte_ans/librte_ans_westmere.a
Binary file not shown.
14 changes: 0 additions & 14 deletions librte_anssock/include/anssock_intf.h
Expand Up @@ -305,20 +305,6 @@ int anssock_shutdown(int sockfd, int how);
*/
int anssock_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout);

/**
* This is dummy API, always return 0, it is still not implemented.
*
* @param sockfd
* @param level
* @param optname
* @param optval
* @param optlen
*
* @return
*
*/
int anssock_getsockopt(int sockfd, int level, int optname, void *optval, socklen_t *optlen);

/**
*
* @param sockfd
Expand Down
Binary file modified librte_anssock/librte_anssock_broadwell.a
Binary file not shown.
Binary file modified librte_anssock/librte_anssock_core2.a
Binary file not shown.
Binary file modified librte_anssock/librte_anssock_haswell.a
Binary file not shown.
Binary file modified librte_anssock/librte_anssock_ivybridge.a
Binary file not shown.
Binary file modified librte_anssock/librte_anssock_sandybridge.a
Binary file not shown.
Binary file modified librte_anssock/librte_anssock_westmere.a
Binary file not shown.

0 comments on commit 3dcea41

Please sign in to comment.