Changeset 262
- Timestamp:
- 04/06/11 10:58:39 (14 months ago)
- Files:
-
- 1 modified
-
ap51-flash-ng/proto.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ap51-flash-ng/proto.c
r261 r262 587 587 node->tcp_state.my_ack_seq += packet_buff_len - (int)sizeof(struct tcphdr); 588 588 589 /* send CTRL + D*/589 /* send CTRL + C */ 590 590 buff = node->tcp_state.packet_buff + ETH_HLEN + sizeof(struct iphdr) + sizeof(struct tcphdr); 591 591 buff[0] = 0x03;
