summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0a3c2b8)
to generate the initial transmission; this cuts off around 0.3s per
instantiated connection.
goto err;
/* Start timer to initiate SYN */
goto err;
/* Start timer to initiate SYN */
- start_timer ( &tcp->timer );
+ start_timer_nodelay ( &tcp->timer );
/* Attach parent interface, transfer reference to connection
* list and return
/* Attach parent interface, transfer reference to connection
* list and return
goto err;
/* Start timer to initiate initial DHCPREQUEST */
goto err;
/* Start timer to initiate initial DHCPREQUEST */
- start_timer ( &dhcp->timer );
+ start_timer_nodelay ( &dhcp->timer );
/* Attach parent interface, mortalise self, and return */
job_plug_plug ( &dhcp->job, job );
/* Attach parent interface, mortalise self, and return */
job_plug_plug ( &dhcp->job, job );
goto err;
/* Start timer to initiate RRQ */
goto err;
/* Start timer to initiate RRQ */
- start_timer ( &tftp->timer );
+ start_timer_nodelay ( &tftp->timer );
/* Attach to parent interface, mortalise self, and return */
xfer_plug_plug ( &tftp->xfer, xfer );
/* Attach to parent interface, mortalise self, and return */
xfer_plug_plug ( &tftp->xfer, xfer );