http://git.etherboot.org
/
people
/
oremanj
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5423f87
)
Obviate uip_init(); our bss is zeroed at startup already.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 15:31:02 +0000
(15:31 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 24 Apr 2006 15:31:02 +0000
(15:31 +0000)
src/proto/uip/uip.c
patch
|
blob
|
history
diff --git
a/src/proto/uip/uip.c
b/src/proto/uip/uip.c
index
287362c
..
c452dd3
100644
(file)
--- a/
src/proto/uip/uip.c
+++ b/
src/proto/uip/uip.c
@@
-131,7
+131,7
@@
static u8_t iss[4]; /* The iss variable is used for the TCP
initial sequence number. */
#if UIP_ACTIVE_OPEN
initial sequence number. */
#if UIP_ACTIVE_OPEN
-static u16_t lastport
;
/* Keeps track of the last port used for
+static u16_t lastport
= 1024;
/* Keeps track of the last port used for
a new connection. */
#endif /* UIP_ACTIVE_OPEN */
a new connection. */
#endif /* UIP_ACTIVE_OPEN */
@@
-174,6
+174,7
@@
void uip_log(char *msg);
#endif /* UIP_LOGGING == 1 */
/*-----------------------------------------------------------------------------------*/
#endif /* UIP_LOGGING == 1 */
/*-----------------------------------------------------------------------------------*/
+#if 0
void
uip_init(void)
{
void
uip_init(void)
{
@@
-200,6
+201,7
@@
uip_init(void)
#endif /* UIP_FIXEDADDR */
}
#endif /* UIP_FIXEDADDR */
}
+#endif
/*-----------------------------------------------------------------------------------*/
#if UIP_ACTIVE_OPEN
struct uip_conn *
/*-----------------------------------------------------------------------------------*/
#if UIP_ACTIVE_OPEN
struct uip_conn *