Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(412)

Unified Diff: model/linux-socket-fd-factory.h

Issue 6856090: Bug 1449 - Use Linux kernel stack for ns-3 applications
Patch Set: paper submission version for WNS3 13' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « model/linux-socket-fd.cc ('k') | model/linux-socket-fd-factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: model/linux-socket-fd-factory.h
===================================================================
--- a/model/linux-socket-fd-factory.h
+++ b/model/linux-socket-fd-factory.h
@@ -61,7 +61,7 @@
int Getsockname (struct SimSocket *socket, struct sockaddr *name, socklen_t *namelen);
int Getpeername (struct SimSocket *socket, struct sockaddr *name, socklen_t *namelen);
int Bind (struct SimSocket *socket, const struct sockaddr *my_addr, socklen_t addrlen);
- int Connect (struct SimSocket *socket, const struct sockaddr *my_addr, socklen_t addrlen);
+ int Connect (struct SimSocket *socket, const struct sockaddr *my_addr, socklen_t addrlen, int flags);
int Listen (struct SimSocket *socket, int backlog);
int Shutdown (struct SimSocket *socket, int how);
int Accept (struct SimSocket *socket, struct sockaddr *my_addr, socklen_t *addrlen);
« no previous file with comments | « model/linux-socket-fd.cc ('k') | model/linux-socket-fd-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b