-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.txt
773 lines (773 loc) · 84.7 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
./compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/sponge.dir/tcp_connection.cc.o -c /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc",
./compile_commands.json: "file": "/home/heiyan/cs144/sponge/libsponge/tcp_connection.cc"
./compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/send_connect.dir/send_connect.cc.o -c /home/heiyan/cs144/sponge/tests/send_connect.cc",
./compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/send_connect.cc"
./compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/recv_connect.dir/recv_connect.cc.o -c /home/heiyan/cs144/sponge/tests/recv_connect.cc",
./compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/recv_connect.cc"
./compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o -c /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc",
./compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc"
./tests/fsm_listen.cc: // tell the FSM to connect, make sure we get a SYN
./tests/fsm_connect_relaxed.cc: // tell the FSM to connect, make sure we get a SYN
./tests/tcp_expectation.hh: std::string description() const { return "connect"; }
./tests/tcp_expectation.hh: void execute(TCPTestHarness &harness) const { harness._fsm.connect(); }
./tests/CMakeLists.txt:add_test_exec (fsm_connect_relaxed)
./tests/CMakeLists.txt:add_test_exec (recv_connect)
./tests/CMakeLists.txt:add_test_exec (send_connect)
./tests/fsm_ack_rst_relaxed.cc: test_4.execute(ExpectNoSegment{}, "test 4 failed: RST with good ackno should RESET the connection");
./tests/tcp_fsm_test_harness.cc://! \brief Create an FSM with an established connection
./tests/tcp_fsm_test_harness.hh:#include "tcp_connection.hh"
./tests/tcp_fsm_test_harness.hh://! \details A TestFD comprises the two endpoints of a Unix-domain socket connection.
./tests/tcp_fsm_test_harness.hh: //! \brief Create an FSM with an established connection
./tests/fsm_connect.cc: // tell the FSM to connect, make sure we get a SYN
./tests/fsm_ack_rst.cc: test_4.execute(ExpectNoSegment{}, "test 4 failed: RST with good ackno should RESET the connection");
./tests/fsm_listen_relaxed.cc: // tell the FSM to connect, make sure we get a SYN
./tests/fsm_winsize.cc: // connect
./etc/tests.cmake:add_test(NAME t_recv_connect COMMAND recv_connect)
./etc/tests.cmake:add_test(NAME t_send_connect COMMAND send_connect)
./etc/tests.cmake:add_test(NAME ec_connect COMMAND fsm_connect)
./etc/tests.cmake:add_test(NAME t_connect COMMAND fsm_connect_relaxed)
./etc/tests.cmake: COMMENT "Testing the TCP connection...")
./etc/linux-man-doxygen-web.tag.xml: <name>connect</name>
./etc/linux-man-doxygen-web.tag.xml: <anchorfile>man2/connect.2.html </anchorfile>
./tags:connect libsponge/util/socket.cc /^void Socket::connect(const Address &address) { SystemCall("connect", ::connect(fd_num(), address/;" f class:Socket typeref:typename:void
Binary file ./.git/index matches
./libsponge/tcp_sender.hh: //! retransmission timer for the connection
./libsponge/wrapping_integers.cc://! \note Each of the two streams of the TCP connection has its own ISN. One stream
./libsponge/wrapping_integers.hh://! \note Each of the two streams of the TCP connection has its own ISN. One stream
./libsponge/util/socket.cc:// get the local or peer address the socket is connected to
./libsponge/util/socket.cc:// connect socket to a specified peer address
./libsponge/util/socket.cc:void Socket::connect(const Address &address) { SystemCall("connect", ::connect(fd_num(), address, address.size())); }
./libsponge/util/socket.cc:// mark the socket as listening for incoming connections
./libsponge/util/socket.cc://! \param[in] backlog is the number of waiting connections to queue (see [listen(2)](\ref man2::listen))
./libsponge/util/socket.cc:// accept a new incoming connection
./libsponge/util/socket.cc://! \returns a new TCPSocket connected to the peer.
./libsponge/util/socket.cc://! \note This function blocks until a new connection is available
./libsponge/util/socket.hh: //! Get the local or peer address the socket is connected to
./libsponge/util/socket.hh: //! Connect a socket to a specified peer address with [connect(2)](\ref man2::connect)
./libsponge/util/socket.hh: void connect(const Address &address);
./libsponge/util/socket.hh: //! Default: construct an unbound, unconnected UDP socket
./libsponge/util/socket.hh: //! Send datagram to the socket's connected address (must call connect() first)
./libsponge/util/socket.hh: //! Default: construct an unbound, unconnected TCP socket
./libsponge/util/socket.hh: //! Mark a socket as listening for incoming connections
./libsponge/util/socket.hh: //! Accept a new incoming connection
./libsponge/tcp_connection.hh://! \brief A complete endpoint of a TCP connection
./libsponge/tcp_connection.hh: //! \brief Initiate a connection by sending a SYN segment
./libsponge/tcp_connection.hh: void connect();
./libsponge/tcp_connection.hh: //!< \brief summarize the state of the sender, receiver, and the connection
./libsponge/tcp_connection.hh: //! \brief Is the connection still alive in any way?
./libsponge/tcp_connection.hh: //! Construct a new connection from a configuration
./libsponge/tcp_connection.hh: ~TCPConnection(); //!< destructor sends a RST if the connection is still open
./libsponge/tcp_helpers/tuntap_adapter.hh: //! Attempts to read and parse an IPv4 datagram containing a TCP segment related to the current connection
./libsponge/tcp_helpers/fd_adapter.hh: bool _listen = false; //!< Is the connected TCP FSM in listen state?
./libsponge/tcp_helpers/fd_adapter.hh: //! \returns whether the FdAdapter is listening for a new connection
./libsponge/tcp_helpers/fd_adapter.hh: //! Attempts to read and return a TCP segment related to the current connection from a UDP payload
./libsponge/tcp_helpers/tcp_sponge_socket.hh:#include "tcp_connection.hh"
./libsponge/tcp_helpers/tcp_sponge_socket.hh: bool _outbound_shutdown{false}; //!< Has the owner shut down the outbound data to the TCP connection?
./libsponge/tcp_helpers/tcp_sponge_socket.hh: //! or else may wait foreever for remote peer to close the TCP connection.
./libsponge/tcp_helpers/tcp_sponge_socket.hh: //! Connect using the specified configurations; blocks until connect succeeds or fails
./libsponge/tcp_helpers/tcp_sponge_socket.hh: void connect(const TCPConfig &c_tcp, const FdAdapterConfig &c_ad);
./libsponge/tcp_helpers/tcp_sponge_socket.hh: //! When a connected socket is destructed, it will send a RST
./libsponge/tcp_helpers/tcp_sponge_socket.hh://! same way as one would interact with a TCPSocket: it connects or listens, writes to
./libsponge/tcp_helpers/tcp_sponge_socket.hh://! segments unrelated to the connection, etc.
./libsponge/tcp_helpers/tcp_sponge_socket.hh://! - a TCPSpongeSocket can only accept a single connection
./libsponge/tcp_helpers/tcp_sponge_socket.hh://! - if TCPSpongeSocket is destructed while a TCP connection is open, the connection is
./libsponge/tcp_helpers/tcp_sponge_socket.hh: void connect(const Address &address);
./libsponge/tcp_helpers/tcp_sponge_socket.cc://! \param[in] data_socket_pair is a pair of connected AF_UNIX SOCK_STREAM sockets
./libsponge/tcp_helpers/tcp_sponge_socket.cc://! \brief Call [socketpair](\ref man2::socketpair) and return connected Unix-domain sockets of specified type
./libsponge/tcp_helpers/tcp_sponge_socket.cc://! \returns a std::pair of connected sockets
./libsponge/tcp_helpers/tcp_sponge_socket.cc:void TCPSpongeSocket<AdaptT>::connect(const TCPConfig &c_tcp, const FdAdapterConfig &c_ad) {
./libsponge/tcp_helpers/tcp_sponge_socket.cc: throw runtime_error("connect() with TCPConnection already initialized");
./libsponge/tcp_helpers/tcp_sponge_socket.cc: _tcp->connect();
./libsponge/tcp_helpers/tcp_sponge_socket.cc: throw runtime_error("After TCPConnection::connect(), state was " + _tcp->state().name() + " but expected " +
./libsponge/tcp_helpers/tcp_sponge_socket.cc: cerr << "DEBUG: Listening for incoming connection... ";
./libsponge/tcp_helpers/tcp_sponge_socket.cc: cerr << "new connection from " << _datagram_adapter.config().destination.to_string() << ".\n";
./libsponge/tcp_helpers/tcp_sponge_socket.cc: cerr << "DEBUG: TCP connection finished "
./libsponge/tcp_helpers/tcp_sponge_socket.cc:void CS144TCPSocket::connect(const Address &address) {
./libsponge/tcp_helpers/tcp_sponge_socket.cc: TCPOverIPv4SpongeSocket::connect(tcp_config, multiplexer_config);
./libsponge/tcp_helpers/tcp_state.hh://! Most TCP implementations have a global per-connection state
./libsponge/tcp_helpers/tcp_state.hh://! connection into two independent parts (the sender and the
./libsponge/tcp_helpers/tcp_state.hh: LISTEN = 0, //!< Listening for a peer to connect
./libsponge/tcp_helpers/tcp_state.hh: SYN_SENT, //!< Sent a SYN to initiate a connection
./libsponge/tcp_helpers/tcp_state.hh: CLOSE_WAIT, //!< Remote side has sent a FIN, connection is half-open
./libsponge/tcp_helpers/tcp_state.hh: CLOSED, //!< A connection that has terminated normally
./libsponge/tcp_helpers/tcp_state.hh: RESET, //!< A connection that terminated abnormally
./libsponge/tcp_helpers/tcp_state.hh:const std::string ERROR = "error (connection was reset)";
./libsponge/tcp_helpers/tcp_state.hh:const std::string ERROR = "error (connection was reset)";
./libsponge/tcp_helpers/fd_adapter.cc://! current connection. When a TCP connection has been established, this means
./libsponge/tcp_helpers/fd_adapter.cc://! `_listen` flag and calls calls connect() on the underlying UDP socket, with
./libsponge/tcp_helpers/tcp_over_ip.cc://! current connection. When a TCP connection has been established, this means
./libsponge/tcp_helpers/tcp_over_ip.cc://! If the TCP connection is listening (i.e., TCPOverIPv4OverTunFdAdapter::_listen is `true`)
./libsponge/tcp_connection.cc:#include "tcp_connection.hh"
./libsponge/tcp_connection.cc:// Dummy implementation of a TCP connection
./libsponge/tcp_connection.cc:void TCPConnection::connect() {
./doctests/socket_example_1.cc:// create another UDP socket and send a datagram to the first socket without connecting
./doctests/socket_example_1.cc:// receive sent datagram, connect the socket to the peer's address, and send a response
./doctests/socket_example_1.cc:sock1.connect(recvd.source_address);
./doctests/socket_example_2.cc:// create another socket and connect to the first one
./doctests/socket_example_2.cc:sock2.connect(Address("127.0.0.1", portnum));
./doctests/socket_example_2.cc:// accept the connection
./doctests/socket_example_2.cc:sock1.close(); // don't need to accept any more connections
./apps/tcp_benchmark.cc:#include "tcp_connection.hh"
./apps/tcp_benchmark.cc: x.connect();
./apps/webget.cc: // You will need to connect to the "http" service on
./apps/webget.cc: socket.Socket::connect(addr);
./apps/tcp_udp.cc: tcp_socket.connect(c_fsm, c_filt);
./apps/tcp_ipv4.cc: tcp_socket.connect(c_fsm, c_filt);
./apps/tcp_native.cc: // in client mode, connect; in server mode, accept exactly one connection
./apps/tcp_native.cc: listening_socket.listen(); // mark the socket as listening for incoming connections
./apps/tcp_native.cc: return listening_socket.accept(); // accept exactly one connection
./apps/tcp_native.cc: TCPSocket connecting_socket;
./apps/tcp_native.cc: connecting_socket.connect({argv[1], argv[2]});
./apps/tcp_native.cc: return connecting_socket;
./txrx.sh:_socat_connect () {
./txrx.sh: socat tcp4-connect:${TEST_HOST}:${SERVER_PORT},reuseaddr,reuseport,linger=2 stdio >"$1" <"$2" ||
./txrx.sh: { echo "Error in _socat_connect"; exit 1; }
./txrx.sh:_rt_connect () {
./txrx.sh: $3 $4 ${SERVER_PORT} >"$1" <"$2" || { echo "Error in _rt_connect"; exit 1; }
./txrx.sh:test_connect () {
./txrx.sh: _rt_connect "$1" "$2" "${TEST_PROG}" "${REF_HOST}"
./txrx.sh:ref_connect () {
./txrx.sh: _rt_connect "$1" "$2" "${REF_PROG}" "${TEST_HOST}"
./txrx.sh: _socat_connect "$1" "$2"
./txrx.sh: test_connect /dev/null "${TEST_IN_FILE}"
./txrx.sh: ref_connect "${TEST_OUT_FILE}" /dev/null
./txrx.sh: test_connect "${TEST_OUT_FILE}" /dev/null
./txrx.sh: ref_connect /dev/null "${TEST_IN_FILE}"
./txrx.sh: test_connect "${TEST_OUT2_FILE}" "${TEST_IN_FILE}"
./txrx.sh: ref_connect "${TEST_OUT2_FILE}" "${TEST_IN_FILE}"
./build/compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/sponge.dir/tcp_connection.cc.o -c /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc",
./build/compile_commands.json: "file": "/home/heiyan/cs144/sponge/libsponge/tcp_connection.cc"
./build/compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/send_connect.dir/send_connect.cc.o -c /home/heiyan/cs144/sponge/tests/send_connect.cc",
./build/compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/send_connect.cc"
./build/compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/recv_connect.dir/recv_connect.cc.o -c /home/heiyan/cs144/sponge/tests/recv_connect.cc",
./build/compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/recv_connect.cc"
./build/compile_commands.json: "command": "/bin/x86_64-linux-gnu-g++-9 -I/home/heiyan/cs144/sponge/libsponge/util -I/home/heiyan/cs144/sponge/libsponge/tcp_helpers -I/home/heiyan/cs144/sponge/libsponge -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -std=gnu++17 -o CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o -c /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc",
./build/compile_commands.json: "file": "/home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc"
Binary file ./build/tests/fsm_ack_rst_win_relaxed matches
Binary file ./build/tests/send_ack matches
Binary file ./build/tests/send_transmit matches
Binary file ./build/tests/send_close matches
Binary file ./build/tests/fsm_ack_rst_relaxed matches
Binary file ./build/tests/send_retx matches
Binary file ./build/tests/fsm_passive_close matches
Binary file ./build/tests/send_connect matches
Binary file ./build/tests/fsm_retx_win matches
Binary file ./build/tests/recv_close matches
Binary file ./build/tests/libspongechecks.a matches
Binary file ./build/tests/recv_special matches
Binary file ./build/tests/recv_reorder matches
Binary file ./build/tests/recv_window matches
Binary file ./build/tests/fsm_active_close matches
Binary file ./build/tests/fsm_retx_relaxed matches
Binary file ./build/tests/fsm_listen_relaxed matches
Binary file ./build/tests/fsm_loopback matches
Binary file ./build/tests/fsm_connect_relaxed matches
Binary file ./build/tests/send_extra matches
Binary file ./build/tests/fsm_reorder matches
Binary file ./build/tests/fsm_loopback_win matches
Binary file ./build/tests/recv_transmit matches
Binary file ./build/tests/recv_connect matches
Binary file ./build/tests/send_window matches
./build/tests/Makefile:tests/CMakeFiles/send_connect.dir/rule:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/send_connect.dir/rule
./build/tests/Makefile:.PHONY : tests/CMakeFiles/send_connect.dir/rule
./build/tests/Makefile:send_connect: tests/CMakeFiles/send_connect.dir/rule
./build/tests/Makefile:.PHONY : send_connect
./build/tests/Makefile:send_connect/fast:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/build
./build/tests/Makefile:.PHONY : send_connect/fast
./build/tests/Makefile:tests/CMakeFiles/recv_connect.dir/rule:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/recv_connect.dir/rule
./build/tests/Makefile:.PHONY : tests/CMakeFiles/recv_connect.dir/rule
./build/tests/Makefile:recv_connect: tests/CMakeFiles/recv_connect.dir/rule
./build/tests/Makefile:.PHONY : recv_connect
./build/tests/Makefile:recv_connect/fast:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/build
./build/tests/Makefile:.PHONY : recv_connect/fast
./build/tests/Makefile:tests/CMakeFiles/fsm_connect_relaxed.dir/rule:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/fsm_connect_relaxed.dir/rule
./build/tests/Makefile:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/rule
./build/tests/Makefile:fsm_connect_relaxed: tests/CMakeFiles/fsm_connect_relaxed.dir/rule
./build/tests/Makefile:.PHONY : fsm_connect_relaxed
./build/tests/Makefile:fsm_connect_relaxed/fast:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/build
./build/tests/Makefile:.PHONY : fsm_connect_relaxed/fast
./build/tests/Makefile:fsm_connect_relaxed.o: fsm_connect_relaxed.cc.o
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.o
./build/tests/Makefile:fsm_connect_relaxed.cc.o:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.cc.o
./build/tests/Makefile:fsm_connect_relaxed.i: fsm_connect_relaxed.cc.i
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.i
./build/tests/Makefile:fsm_connect_relaxed.cc.i:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.i
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.cc.i
./build/tests/Makefile:fsm_connect_relaxed.s: fsm_connect_relaxed.cc.s
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.s
./build/tests/Makefile:fsm_connect_relaxed.cc.s:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.s
./build/tests/Makefile:.PHONY : fsm_connect_relaxed.cc.s
./build/tests/Makefile:recv_connect.o: recv_connect.cc.o
./build/tests/Makefile:.PHONY : recv_connect.o
./build/tests/Makefile:recv_connect.cc.o:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o
./build/tests/Makefile:.PHONY : recv_connect.cc.o
./build/tests/Makefile:recv_connect.i: recv_connect.cc.i
./build/tests/Makefile:.PHONY : recv_connect.i
./build/tests/Makefile:recv_connect.cc.i:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/recv_connect.cc.i
./build/tests/Makefile:.PHONY : recv_connect.cc.i
./build/tests/Makefile:recv_connect.s: recv_connect.cc.s
./build/tests/Makefile:.PHONY : recv_connect.s
./build/tests/Makefile:recv_connect.cc.s:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/recv_connect.cc.s
./build/tests/Makefile:.PHONY : recv_connect.cc.s
./build/tests/Makefile:send_connect.o: send_connect.cc.o
./build/tests/Makefile:.PHONY : send_connect.o
./build/tests/Makefile:send_connect.cc.o:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/send_connect.cc.o
./build/tests/Makefile:.PHONY : send_connect.cc.o
./build/tests/Makefile:send_connect.i: send_connect.cc.i
./build/tests/Makefile:.PHONY : send_connect.i
./build/tests/Makefile:send_connect.cc.i:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/send_connect.cc.i
./build/tests/Makefile:.PHONY : send_connect.cc.i
./build/tests/Makefile:send_connect.s: send_connect.cc.s
./build/tests/Makefile:.PHONY : send_connect.s
./build/tests/Makefile:send_connect.cc.s:
./build/tests/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/send_connect.cc.s
./build/tests/Makefile:.PHONY : send_connect.cc.s
./build/tests/Makefile: @echo "... send_connect"
./build/tests/Makefile: @echo "... recv_connect"
./build/tests/Makefile: @echo "... fsm_connect_relaxed"
./build/tests/Makefile: @echo "... fsm_connect_relaxed.o"
./build/tests/Makefile: @echo "... fsm_connect_relaxed.i"
./build/tests/Makefile: @echo "... fsm_connect_relaxed.s"
./build/tests/Makefile: @echo "... recv_connect.o"
./build/tests/Makefile: @echo "... recv_connect.i"
./build/tests/Makefile: @echo "... recv_connect.s"
./build/tests/Makefile: @echo "... send_connect.o"
./build/tests/Makefile: @echo "... send_connect.i"
./build/tests/Makefile: @echo "... send_connect.s"
Binary file ./build/tests/fsm_winsize matches
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/byte_stream.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/stream_reassembler.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_helpers/tcp_config.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_helpers/tcp_header.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_helpers/tcp_segment.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_helpers/tcp_state.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_receiver.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_sender.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/tcp_timer.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/util/address.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/util/buffer.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/util/parser.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/util/util.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../libsponge/wrapping_integers.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../tests/send_connect.cc
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../tests/sender_harness.hh
./build/tests/CMakeFiles/send_connect.dir/depend.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../tests/string_conversions.hh
./build/tests/CMakeFiles/send_connect.dir/depend.internal:tests/CMakeFiles/send_connect.dir/send_connect.cc.o
./build/tests/CMakeFiles/send_connect.dir/depend.internal: /home/heiyan/cs144/sponge/tests/send_connect.cc
./build/tests/CMakeFiles/send_connect.dir/build.make:include tests/CMakeFiles/send_connect.dir/depend.make
./build/tests/CMakeFiles/send_connect.dir/build.make:include tests/CMakeFiles/send_connect.dir/progress.make
./build/tests/CMakeFiles/send_connect.dir/build.make:include tests/CMakeFiles/send_connect.dir/flags.make
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: tests/CMakeFiles/send_connect.dir/flags.make
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.o: ../tests/send_connect.cc
./build/tests/CMakeFiles/send_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/send_connect.dir/send_connect.cc.o"
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/send_connect.dir/send_connect.cc.o -c /home/heiyan/cs144/sponge/tests/send_connect.cc
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.i: cmake_force
./build/tests/CMakeFiles/send_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/send_connect.dir/send_connect.cc.i"
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/heiyan/cs144/sponge/tests/send_connect.cc > CMakeFiles/send_connect.dir/send_connect.cc.i
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/send_connect.cc.s: cmake_force
./build/tests/CMakeFiles/send_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/send_connect.dir/send_connect.cc.s"
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/heiyan/cs144/sponge/tests/send_connect.cc -o CMakeFiles/send_connect.dir/send_connect.cc.s
./build/tests/CMakeFiles/send_connect.dir/build.make:# Object files for target send_connect
./build/tests/CMakeFiles/send_connect.dir/build.make:send_connect_OBJECTS = \
./build/tests/CMakeFiles/send_connect.dir/build.make:"CMakeFiles/send_connect.dir/send_connect.cc.o"
./build/tests/CMakeFiles/send_connect.dir/build.make:# External object files for target send_connect
./build/tests/CMakeFiles/send_connect.dir/build.make:send_connect_EXTERNAL_OBJECTS =
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/send_connect: tests/CMakeFiles/send_connect.dir/send_connect.cc.o
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/send_connect: tests/CMakeFiles/send_connect.dir/build.make
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/send_connect: tests/libspongechecks.a
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/send_connect: libsponge/libsponge.a
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/send_connect: tests/CMakeFiles/send_connect.dir/link.txt
./build/tests/CMakeFiles/send_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable send_connect"
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/send_connect.dir/link.txt --verbose=$(VERBOSE)
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/build: tests/send_connect
./build/tests/CMakeFiles/send_connect.dir/build.make:.PHONY : tests/CMakeFiles/send_connect.dir/build
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/clean:
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/send_connect.dir/cmake_clean.cmake
./build/tests/CMakeFiles/send_connect.dir/build.make:.PHONY : tests/CMakeFiles/send_connect.dir/clean
./build/tests/CMakeFiles/send_connect.dir/build.make:tests/CMakeFiles/send_connect.dir/depend:
./build/tests/CMakeFiles/send_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/heiyan/cs144/sponge /home/heiyan/cs144/sponge/tests /home/heiyan/cs144/sponge/build /home/heiyan/cs144/sponge/build/tests /home/heiyan/cs144/sponge/build/tests/CMakeFiles/send_connect.dir/DependInfo.cmake --color=$(COLOR)
./build/tests/CMakeFiles/send_connect.dir/build.make:.PHONY : tests/CMakeFiles/send_connect.dir/depend
./build/tests/CMakeFiles/send_connect.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/send_connect.cc
Binary file ./build/tests/CMakeFiles/send_connect.dir/send_connect.cc.o matches
./build/tests/CMakeFiles/send_connect.dir/link.txt:/bin/x86_64-linux-gnu-g++-9 -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -rdynamic CMakeFiles/send_connect.dir/send_connect.cc.o -o send_connect libspongechecks.a ../libsponge/libsponge.a
./build/tests/CMakeFiles/send_connect.dir/cmake_clean.cmake: "CMakeFiles/send_connect.dir/send_connect.cc.o"
./build/tests/CMakeFiles/send_connect.dir/cmake_clean.cmake: "send_connect"
./build/tests/CMakeFiles/send_connect.dir/cmake_clean.cmake: "send_connect.pdb"
./build/tests/CMakeFiles/send_connect.dir/cmake_clean.cmake: include(CMakeFiles/send_connect.dir/cmake_clean_${lang}.cmake OPTIONAL)
./build/tests/CMakeFiles/send_connect.dir/DependInfo.cmake: "/home/heiyan/cs144/sponge/tests/send_connect.cc" "/home/heiyan/cs144/sponge/build/tests/CMakeFiles/send_connect.dir/send_connect.cc.o"
Binary file ./build/tests/CMakeFiles/recv_reorder.dir/recv_reorder.cc.o matches
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/byte_stream.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/stream_reassembler.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_helpers/tcp_config.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_helpers/tcp_header.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_helpers/tcp_segment.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_helpers/tcp_state.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_receiver.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_sender.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/tcp_timer.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/util/address.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/util/buffer.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/util/parser.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/util/util.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../libsponge/wrapping_integers.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../tests/receiver_harness.hh
./build/tests/CMakeFiles/recv_connect.dir/depend.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../tests/recv_connect.cc
./build/tests/CMakeFiles/recv_connect.dir/depend.internal:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o
./build/tests/CMakeFiles/recv_connect.dir/depend.internal: /home/heiyan/cs144/sponge/tests/recv_connect.cc
./build/tests/CMakeFiles/recv_connect.dir/build.make:include tests/CMakeFiles/recv_connect.dir/depend.make
./build/tests/CMakeFiles/recv_connect.dir/build.make:include tests/CMakeFiles/recv_connect.dir/progress.make
./build/tests/CMakeFiles/recv_connect.dir/build.make:include tests/CMakeFiles/recv_connect.dir/flags.make
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: tests/CMakeFiles/recv_connect.dir/flags.make
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o: ../tests/recv_connect.cc
./build/tests/CMakeFiles/recv_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o"
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/recv_connect.dir/recv_connect.cc.o -c /home/heiyan/cs144/sponge/tests/recv_connect.cc
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.i: cmake_force
./build/tests/CMakeFiles/recv_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/recv_connect.dir/recv_connect.cc.i"
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/heiyan/cs144/sponge/tests/recv_connect.cc > CMakeFiles/recv_connect.dir/recv_connect.cc.i
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/recv_connect.cc.s: cmake_force
./build/tests/CMakeFiles/recv_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/recv_connect.dir/recv_connect.cc.s"
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/heiyan/cs144/sponge/tests/recv_connect.cc -o CMakeFiles/recv_connect.dir/recv_connect.cc.s
./build/tests/CMakeFiles/recv_connect.dir/build.make:# Object files for target recv_connect
./build/tests/CMakeFiles/recv_connect.dir/build.make:recv_connect_OBJECTS = \
./build/tests/CMakeFiles/recv_connect.dir/build.make:"CMakeFiles/recv_connect.dir/recv_connect.cc.o"
./build/tests/CMakeFiles/recv_connect.dir/build.make:# External object files for target recv_connect
./build/tests/CMakeFiles/recv_connect.dir/build.make:recv_connect_EXTERNAL_OBJECTS =
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/recv_connect: tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/recv_connect: tests/CMakeFiles/recv_connect.dir/build.make
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/recv_connect: tests/libspongechecks.a
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/recv_connect: libsponge/libsponge.a
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/recv_connect: tests/CMakeFiles/recv_connect.dir/link.txt
./build/tests/CMakeFiles/recv_connect.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable recv_connect"
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/recv_connect.dir/link.txt --verbose=$(VERBOSE)
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/build: tests/recv_connect
./build/tests/CMakeFiles/recv_connect.dir/build.make:.PHONY : tests/CMakeFiles/recv_connect.dir/build
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/clean:
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/recv_connect.dir/cmake_clean.cmake
./build/tests/CMakeFiles/recv_connect.dir/build.make:.PHONY : tests/CMakeFiles/recv_connect.dir/clean
./build/tests/CMakeFiles/recv_connect.dir/build.make:tests/CMakeFiles/recv_connect.dir/depend:
./build/tests/CMakeFiles/recv_connect.dir/build.make: cd /home/heiyan/cs144/sponge/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/heiyan/cs144/sponge /home/heiyan/cs144/sponge/tests /home/heiyan/cs144/sponge/build /home/heiyan/cs144/sponge/build/tests /home/heiyan/cs144/sponge/build/tests/CMakeFiles/recv_connect.dir/DependInfo.cmake --color=$(COLOR)
./build/tests/CMakeFiles/recv_connect.dir/build.make:.PHONY : tests/CMakeFiles/recv_connect.dir/depend
./build/tests/CMakeFiles/recv_connect.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/recv_connect.cc
Binary file ./build/tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o matches
./build/tests/CMakeFiles/recv_connect.dir/link.txt:/bin/x86_64-linux-gnu-g++-9 -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -rdynamic CMakeFiles/recv_connect.dir/recv_connect.cc.o -o recv_connect libspongechecks.a ../libsponge/libsponge.a
./build/tests/CMakeFiles/recv_connect.dir/cmake_clean.cmake: "CMakeFiles/recv_connect.dir/recv_connect.cc.o"
./build/tests/CMakeFiles/recv_connect.dir/cmake_clean.cmake: "recv_connect"
./build/tests/CMakeFiles/recv_connect.dir/cmake_clean.cmake: "recv_connect.pdb"
./build/tests/CMakeFiles/recv_connect.dir/cmake_clean.cmake: include(CMakeFiles/recv_connect.dir/cmake_clean_${lang}.cmake OPTIONAL)
./build/tests/CMakeFiles/recv_connect.dir/DependInfo.cmake: "/home/heiyan/cs144/sponge/tests/recv_connect.cc" "/home/heiyan/cs144/sponge/build/tests/CMakeFiles/recv_connect.dir/recv_connect.cc.o"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/byte_stream.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/stream_reassembler.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/fd_adapter.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/lossy_fd_adapter.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/tcp_config.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/tcp_header.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/tcp_segment.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_helpers/tcp_state.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_receiver.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_sender.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/tcp_timer.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/address.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/buffer.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/file_descriptor.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/parser.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/socket.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/util/util.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../libsponge/wrapping_integers.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../tests/fsm_connect_relaxed.cc
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../tests/tcp_expectation.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../tests/tcp_expectation_forward.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../tests/tcp_fsm_test_harness.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.internal:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/depend.internal: /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:include tests/CMakeFiles/fsm_connect_relaxed.dir/depend.make
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:include tests/CMakeFiles/fsm_connect_relaxed.dir/progress.make
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:include tests/CMakeFiles/fsm_connect_relaxed.dir/flags.make
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: tests/CMakeFiles/fsm_connect_relaxed.dir/flags.make
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o: ../tests/fsm_connect_relaxed.cc
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o -c /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.i: cmake_force
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.i"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc > CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.i
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.s: cmake_force
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.s"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc -o CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.s
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:# Object files for target fsm_connect_relaxed
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:fsm_connect_relaxed_OBJECTS = \
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:"CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:# External object files for target fsm_connect_relaxed
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:fsm_connect_relaxed_EXTERNAL_OBJECTS =
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/fsm_connect_relaxed: tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/fsm_connect_relaxed: tests/CMakeFiles/fsm_connect_relaxed.dir/build.make
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/fsm_connect_relaxed: tests/libspongechecks.a
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/fsm_connect_relaxed: libsponge/libsponge.a
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/fsm_connect_relaxed: tests/CMakeFiles/fsm_connect_relaxed.dir/link.txt
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable fsm_connect_relaxed"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fsm_connect_relaxed.dir/link.txt --verbose=$(VERBOSE)
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/build: tests/fsm_connect_relaxed
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/build
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/clean:
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/fsm_connect_relaxed.dir/cmake_clean.cmake
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/clean
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:tests/CMakeFiles/fsm_connect_relaxed.dir/depend:
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make: cd /home/heiyan/cs144/sponge/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/heiyan/cs144/sponge /home/heiyan/cs144/sponge/tests /home/heiyan/cs144/sponge/build /home/heiyan/cs144/sponge/build/tests /home/heiyan/cs144/sponge/build/tests/CMakeFiles/fsm_connect_relaxed.dir/DependInfo.cmake --color=$(COLOR)
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/build.make:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/depend
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o matches
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/link.txt:/bin/x86_64-linux-gnu-g++-9 -std=c++17 -g -pedantic -pedantic-errors -Werror -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wformat=2 -Weffc++ -Wold-style-cast -g -ggdb3 -Og -rdynamic CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o -o fsm_connect_relaxed libspongechecks.a ../libsponge/libsponge.a
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/cmake_clean.cmake: "CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/cmake_clean.cmake: "fsm_connect_relaxed"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/cmake_clean.cmake: "fsm_connect_relaxed.pdb"
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/cmake_clean.cmake: include(CMakeFiles/fsm_connect_relaxed.dir/cmake_clean_${lang}.cmake OPTIONAL)
./build/tests/CMakeFiles/fsm_connect_relaxed.dir/DependInfo.cmake: "/home/heiyan/cs144/sponge/tests/fsm_connect_relaxed.cc" "/home/heiyan/cs144/sponge/build/tests/CMakeFiles/fsm_connect_relaxed.dir/fsm_connect_relaxed.cc.o"
./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/depend.make:tests/CMakeFiles/fsm_ack_rst_relaxed.dir/fsm_ack_rst_relaxed.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_ack_rst_relaxed.dir/fsm_ack_rst_relaxed.cc.o matches
./build/tests/CMakeFiles/fsm_loopback_win.dir/depend.make:tests/CMakeFiles/fsm_loopback_win.dir/fsm_loopback_win.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback_win.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback_win.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback_win.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback_win.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_loopback_win.dir/fsm_loopback_win.cc.o matches
Binary file ./build/tests/CMakeFiles/send_window.dir/send_window.cc.o matches
Binary file ./build/tests/CMakeFiles/send_ack.dir/send_ack.cc.o matches
./build/tests/CMakeFiles/spongechecks.dir/depend.make:tests/CMakeFiles/spongechecks.dir/tcp_fsm_test_harness.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/spongechecks.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/spongechecks.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/spongechecks.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/spongechecks.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/spongechecks.dir/tcp_fsm_test_harness.cc.o matches
Binary file ./build/tests/CMakeFiles/recv_close.dir/recv_close.cc.o matches
./build/tests/CMakeFiles/fsm_passive_close.dir/depend.make:tests/CMakeFiles/fsm_passive_close.dir/fsm_passive_close.cc.o: ../libsponge/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_passive_close.dir/fsm_passive_close.cc.o matches
./build/tests/CMakeFiles/fsm_passive_close.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_passive_close.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_passive_close.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_passive_close.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/send_close.dir/send_close.cc.o matches
Binary file ./build/tests/CMakeFiles/send_transmit.dir/send_transmit.cc.o matches
./build/tests/CMakeFiles/fsm_retx_win.dir/depend.make:tests/CMakeFiles/fsm_retx_win.dir/fsm_retx_win.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_win.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_win.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_win.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_win.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_retx_win.dir/fsm_retx_win.cc.o matches
Binary file ./build/tests/CMakeFiles/send_extra.dir/send_extra.cc.o matches
Binary file ./build/tests/CMakeFiles/recv_window.dir/recv_window.cc.o matches
./build/tests/CMakeFiles/fsm_reorder.dir/depend.make:tests/CMakeFiles/fsm_reorder.dir/fsm_reorder.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_reorder.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_reorder.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_reorder.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_reorder.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_reorder.dir/fsm_reorder.cc.o matches
./build/tests/CMakeFiles/fsm_active_close.dir/depend.make:tests/CMakeFiles/fsm_active_close.dir/fsm_active_close.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_active_close.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_active_close.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_active_close.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_active_close.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_active_close.dir/fsm_active_close.cc.o matches
Binary file ./build/tests/CMakeFiles/fsm_winsize.dir/fsm_winsize.cc.o matches
./build/tests/CMakeFiles/fsm_winsize.dir/depend.make:tests/CMakeFiles/fsm_winsize.dir/fsm_winsize.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_winsize.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_winsize.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_winsize.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_winsize.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/recv_special.dir/recv_special.cc.o matches
./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/depend.make:tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/fsm_ack_rst_win_relaxed.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_ack_rst_win_relaxed.dir/fsm_ack_rst_win_relaxed.cc.o matches
./build/tests/CMakeFiles/fsm_listen_relaxed.dir/depend.make:tests/CMakeFiles/fsm_listen_relaxed.dir/fsm_listen_relaxed.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_listen_relaxed.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_listen_relaxed.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_listen_relaxed.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_listen_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_listen_relaxed.dir/fsm_listen_relaxed.cc.o matches
./build/tests/CMakeFiles/fsm_loopback.dir/depend.make:tests/CMakeFiles/fsm_loopback.dir/fsm_loopback.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_loopback.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_loopback.dir/fsm_loopback.cc.o matches
./build/tests/CMakeFiles/fsm_retx_relaxed.dir/depend.make:tests/CMakeFiles/fsm_retx_relaxed.dir/fsm_retx_relaxed.cc.o: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_relaxed.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_relaxed.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_relaxed.dir/CXX.includecache:tcp_connection.hh
./build/tests/CMakeFiles/fsm_retx_relaxed.dir/CXX.includecache:/home/heiyan/cs144/sponge/tests/tcp_connection.hh
Binary file ./build/tests/CMakeFiles/fsm_retx_relaxed.dir/fsm_retx_relaxed.cc.o matches
Binary file ./build/tests/CMakeFiles/recv_transmit.dir/recv_transmit.cc.o matches
Binary file ./build/tests/CMakeFiles/send_retx.dir/send_retx.cc.o matches
./build/.cmake/api/v1/reply/target-sponge-Debug-599b93831ceafdf5ad9f.json: "path" : "libsponge/tcp_connection.cc",
./build/.cmake/api/v1/reply/target-send_connect-Debug-ff77c3d27a7459066c3c.json: "path" : "tests/send_connect"
./build/.cmake/api/v1/reply/target-send_connect-Debug-ff77c3d27a7459066c3c.json: "id" : "send_connect::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/target-send_connect-Debug-ff77c3d27a7459066c3c.json: "name" : "send_connect",
./build/.cmake/api/v1/reply/target-send_connect-Debug-ff77c3d27a7459066c3c.json: "nameOnDisk" : "send_connect",
./build/.cmake/api/v1/reply/target-send_connect-Debug-ff77c3d27a7459066c3c.json: "path" : "tests/send_connect.cc",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "id" : "fsm_connect_relaxed::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "jsonFile" : "target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "name" : "fsm_connect_relaxed",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "id" : "recv_connect::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "jsonFile" : "target-recv_connect-Debug-dbadc9632d6b67f551ad.json",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "name" : "recv_connect",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "id" : "send_connect::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "jsonFile" : "target-send_connect-Debug-ff77c3d27a7459066c3c.json",
./build/.cmake/api/v1/reply/codemodel-v2-4135dfc402f78e984e3f.json: "name" : "send_connect",
./build/.cmake/api/v1/reply/target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json: "path" : "tests/fsm_connect_relaxed"
./build/.cmake/api/v1/reply/target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json: "id" : "fsm_connect_relaxed::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json: "name" : "fsm_connect_relaxed",
./build/.cmake/api/v1/reply/target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json: "nameOnDisk" : "fsm_connect_relaxed",
./build/.cmake/api/v1/reply/target-fsm_connect_relaxed-Debug-37eb1da28d64477fa0f1.json: "path" : "tests/fsm_connect_relaxed.cc",
./build/.cmake/api/v1/reply/target-recv_connect-Debug-dbadc9632d6b67f551ad.json: "path" : "tests/recv_connect"
./build/.cmake/api/v1/reply/target-recv_connect-Debug-dbadc9632d6b67f551ad.json: "id" : "recv_connect::@a44f0ac069e85531cdee",
./build/.cmake/api/v1/reply/target-recv_connect-Debug-dbadc9632d6b67f551ad.json: "name" : "recv_connect",
./build/.cmake/api/v1/reply/target-recv_connect-Debug-dbadc9632d6b67f551ad.json: "nameOnDisk" : "recv_connect",
./build/.cmake/api/v1/reply/target-recv_connect-Debug-dbadc9632d6b67f551ad.json: "path" : "tests/recv_connect.cc",
./build/tee:[100%] Testing the TCP connection...
./build/tee: Start 5: t_recv_connect
./build/tee: 5/162 Test #5: t_recv_connect ................... Passed 0.00 sec
./build/tee: Start 11: t_send_connect
./build/tee: 11/162 Test #11: t_send_connect ................... Passed 0.00 sec
./build/tee: Action: connect
./build/tee: Action: connect
./build/tee: Action: connect
./build/tee: Start 43: t_connect
./build/tee: 38/162 Test #43: t_connect ........................ Passed 0.00 sec
./build/tee: Expectation: TCP in state sender=`error (connection was reset)`, receiver=`error (connection was reset)`, active=0, linger_after_streams_finish=0
./build/tee: The TCP was in state `sender=`stream ongoing`, receiver=`SYN received (ackno exists), and input to stream hasn't ended`, active=0, linger_after_streams_finish=0`, but it was expected to be in state `sender=`error (connection was reset)`, receiver=`error (connection was reset)`, active=0, linger_after_streams_finish=0`
./build/tee: Action: connect
./build/tee:The TCP was in state `sender=`stream ongoing`, receiver=`SYN received (ackno exists), and input to stream hasn't ended`, active=0, linger_after_streams_finish=0`, but it was expected to be in state `sender=`error (connection was reset)`, receiver=`error (connection was reset)`, active=0, linger_after_streams_finish=0`
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
./build/tee:DEBUG: Listening for incoming connection... Warning: Unclean shutdown of TCPConnection
Binary file ./build/libsponge/libsponge.a matches
./build/libsponge/Makefile:tcp_connection.o: tcp_connection.cc.o
./build/libsponge/Makefile:.PHONY : tcp_connection.o
./build/libsponge/Makefile:tcp_connection.cc.o:
./build/libsponge/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f libsponge/CMakeFiles/sponge.dir/build.make libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o
./build/libsponge/Makefile:.PHONY : tcp_connection.cc.o
./build/libsponge/Makefile:tcp_connection.i: tcp_connection.cc.i
./build/libsponge/Makefile:.PHONY : tcp_connection.i
./build/libsponge/Makefile:tcp_connection.cc.i:
./build/libsponge/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f libsponge/CMakeFiles/sponge.dir/build.make libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.i
./build/libsponge/Makefile:.PHONY : tcp_connection.cc.i
./build/libsponge/Makefile:tcp_connection.s: tcp_connection.cc.s
./build/libsponge/Makefile:.PHONY : tcp_connection.s
./build/libsponge/Makefile:tcp_connection.cc.s:
./build/libsponge/Makefile: cd /home/heiyan/cs144/sponge/build && $(MAKE) -f libsponge/CMakeFiles/sponge.dir/build.make libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.s
./build/libsponge/Makefile:.PHONY : tcp_connection.cc.s
./build/libsponge/Makefile: @echo "... tcp_connection.o"
./build/libsponge/Makefile: @echo "... tcp_connection.i"
./build/libsponge/Makefile: @echo "... tcp_connection.s"
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_helpers/tcp_config.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_helpers/tcp_header.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_helpers/tcp_segment.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_helpers/tcp_state.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/util/address.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/util/buffer.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/util/parser.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/wrapping_integers.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/byte_stream.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/stream_reassembler.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_connection.cc
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_receiver.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_sender.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_timer.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.make:libsponge/CMakeFiles/sponge.dir/tcp_helpers/tcp_sponge_socket.cc.o: ../libsponge/tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.internal:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o
./build/libsponge/CMakeFiles/sponge.dir/depend.internal: /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc
./build/libsponge/CMakeFiles/sponge.dir/depend.internal: /home/heiyan/cs144/sponge/libsponge/tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/build.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: libsponge/CMakeFiles/sponge.dir/flags.make
./build/libsponge/CMakeFiles/sponge.dir/build.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o: ../libsponge/tcp_connection.cc
./build/libsponge/CMakeFiles/sponge.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o"
./build/libsponge/CMakeFiles/sponge.dir/build.make: cd /home/heiyan/cs144/sponge/build/libsponge && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/sponge.dir/tcp_connection.cc.o -c /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc
./build/libsponge/CMakeFiles/sponge.dir/build.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.i: cmake_force
./build/libsponge/CMakeFiles/sponge.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sponge.dir/tcp_connection.cc.i"
./build/libsponge/CMakeFiles/sponge.dir/build.make: cd /home/heiyan/cs144/sponge/build/libsponge && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc > CMakeFiles/sponge.dir/tcp_connection.cc.i
./build/libsponge/CMakeFiles/sponge.dir/build.make:libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.s: cmake_force
./build/libsponge/CMakeFiles/sponge.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sponge.dir/tcp_connection.cc.s"
./build/libsponge/CMakeFiles/sponge.dir/build.make: cd /home/heiyan/cs144/sponge/build/libsponge && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/heiyan/cs144/sponge/libsponge/tcp_connection.cc -o CMakeFiles/sponge.dir/tcp_connection.cc.s
./build/libsponge/CMakeFiles/sponge.dir/build.make:"CMakeFiles/sponge.dir/tcp_connection.cc.o" \
./build/libsponge/CMakeFiles/sponge.dir/build.make:libsponge/libsponge.a: libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o
./build/libsponge/CMakeFiles/sponge.dir/CXX.includecache:/home/heiyan/cs144/sponge/libsponge/tcp_connection.cc
./build/libsponge/CMakeFiles/sponge.dir/CXX.includecache:tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/CXX.includecache:/home/heiyan/cs144/sponge/libsponge/tcp_connection.hh
./build/libsponge/CMakeFiles/sponge.dir/CXX.includecache:/home/heiyan/cs144/sponge/libsponge/tcp_connection.hh
Binary file ./build/libsponge/CMakeFiles/sponge.dir/util/socket.cc.o matches
./build/libsponge/CMakeFiles/sponge.dir/link.txt:/bin/ar qc libsponge.a CMakeFiles/sponge.dir/byte_stream.cc.o CMakeFiles/sponge.dir/stream_reassembler.cc.o CMakeFiles/sponge.dir/tcp_connection.cc.o CMakeFiles/sponge.dir/tcp_helpers/fd_adapter.cc.o CMakeFiles/sponge.dir/tcp_helpers/ipv4_datagram.cc.o CMakeFiles/sponge.dir/tcp_helpers/ipv4_header.cc.o CMakeFiles/sponge.dir/tcp_helpers/tcp_header.cc.o CMakeFiles/sponge.dir/tcp_helpers/tcp_over_ip.cc.o CMakeFiles/sponge.dir/tcp_helpers/tcp_segment.cc.o CMakeFiles/sponge.dir/tcp_helpers/tcp_sponge_socket.cc.o CMakeFiles/sponge.dir/tcp_helpers/tcp_state.cc.o CMakeFiles/sponge.dir/tcp_helpers/tuntap_adapter.cc.o CMakeFiles/sponge.dir/tcp_receiver.cc.o CMakeFiles/sponge.dir/tcp_sender.cc.o CMakeFiles/sponge.dir/util/address.cc.o CMakeFiles/sponge.dir/util/buffer.cc.o CMakeFiles/sponge.dir/util/eventloop.cc.o CMakeFiles/sponge.dir/util/file_descriptor.cc.o CMakeFiles/sponge.dir/util/parser.cc.o CMakeFiles/sponge.dir/util/socket.cc.o CMakeFiles/sponge.dir/util/tun.cc.o CMakeFiles/sponge.dir/util/util.cc.o CMakeFiles/sponge.dir/wrapping_integers.cc.o
Binary file ./build/libsponge/CMakeFiles/sponge.dir/tcp_helpers/tcp_state.cc.o matches
Binary file ./build/libsponge/CMakeFiles/sponge.dir/tcp_helpers/tcp_sponge_socket.cc.o matches
Binary file ./build/libsponge/CMakeFiles/sponge.dir/tcp_helpers/fd_adapter.cc.o matches
./build/libsponge/CMakeFiles/sponge.dir/cmake_clean.cmake: "CMakeFiles/sponge.dir/tcp_connection.cc.o"
./build/libsponge/CMakeFiles/sponge.dir/DependInfo.cmake: "/home/heiyan/cs144/sponge/libsponge/tcp_connection.cc" "/home/heiyan/cs144/sponge/build/libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o"
Binary file ./build/libsponge/CMakeFiles/sponge.dir/tcp_connection.cc.o matches
Binary file ./build/doctests/socket_dt matches
Binary file ./build/doctests/CMakeFiles/socket_dt.dir/socket_dt.cc.o matches
Binary file ./build/apps/libstream_copy.a matches
Binary file ./build/apps/tcp_native matches
Binary file ./build/apps/tcp_udp matches
Binary file ./build/apps/tcp_benchmark matches
Binary file ./build/apps/webget matches
Binary file ./build/apps/CMakeFiles/tcp_native.dir/tcp_native.cc.o matches
./build/apps/CMakeFiles/tcp_benchmark.dir/depend.make:apps/CMakeFiles/tcp_benchmark.dir/tcp_benchmark.cc.o: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_benchmark.dir/depend.internal: ../libsponge/tcp_connection.hh
Binary file ./build/apps/CMakeFiles/tcp_benchmark.dir/tcp_benchmark.cc.o matches
./build/apps/CMakeFiles/tcp_benchmark.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_benchmark.dir/CXX.includecache:tcp_connection.hh
./build/apps/CMakeFiles/tcp_benchmark.dir/CXX.includecache:/home/heiyan/cs144/sponge/apps/tcp_connection.hh
./build/apps/CMakeFiles/webget.dir/depend.make:apps/CMakeFiles/webget.dir/webget.cc.o: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/webget.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/webget.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/webget.dir/CXX.includecache:tcp_connection.hh
./build/apps/CMakeFiles/webget.dir/CXX.includecache:../libsponge/tcp_helpers/tcp_connection.hh
Binary file ./build/apps/CMakeFiles/webget.dir/webget.cc.o matches
Binary file ./build/apps/CMakeFiles/stream_copy.dir/bidirectional_stream_copy.cc.o matches
./build/apps/CMakeFiles/tcp_udp.dir/depend.make:apps/CMakeFiles/tcp_udp.dir/tcp_udp.cc.o: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_udp.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_udp.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_udp.dir/CXX.includecache:tcp_connection.hh
./build/apps/CMakeFiles/tcp_udp.dir/CXX.includecache:../libsponge/tcp_helpers/tcp_connection.hh
Binary file ./build/apps/CMakeFiles/tcp_udp.dir/tcp_udp.cc.o matches
./build/apps/CMakeFiles/tcp_ipv4.dir/depend.make:apps/CMakeFiles/tcp_ipv4.dir/tcp_ipv4.cc.o: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_ipv4.dir/depend.internal: ../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_ipv4.dir/CXX.includecache:../libsponge/tcp_connection.hh
./build/apps/CMakeFiles/tcp_ipv4.dir/CXX.includecache:tcp_connection.hh
./build/apps/CMakeFiles/tcp_ipv4.dir/CXX.includecache:../libsponge/tcp_helpers/tcp_connection.hh
Binary file ./build/apps/CMakeFiles/tcp_ipv4.dir/tcp_ipv4.cc.o matches
Binary file ./build/apps/tcp_ipv4 matches
./build/tmp.txt:[100%] Testing the TCP connection...
./build/tmp.txt: Start 5: t_recv_connect
./build/tmp.txt: 5/162 Test #5: t_recv_connect ................... Passed 0.00 sec
./build/tmp.txt: Start 11: t_send_connect
./build/tmp.txt: 11/162 Test #11: t_send_connect ................... Passed 0.00 sec
./build/tmp.txt: Start 43: t_connect
./build/tmp.txt: 38/162 Test #43: t_connect ........................ Passed 0.00 sec
./build/tmp.txt:DEBUG: Listening for incoming connection... DEBUG: Connecting to 169.254.144.1:32380... done.
./build/tmp.txt:new connection from 169.254.144.1:59262.
./build/tmp.txt:DEBUG: Waiting for clean shutdown... DEBUG: TCP connection finished cleanly.
./build/tmp.txt:DEBUG: TCP connection finished uncleanlydone.
./build/CTestTestfile.cmake:add_test(t_recv_connect "/home/heiyan/cs144/sponge/build/tests/recv_connect")
./build/CTestTestfile.cmake:set_tests_properties(t_recv_connect PROPERTIES _BACKTRACE_TRIPLES "/home/heiyan/cs144/sponge/etc/tests.cmake;10;add_test;/home/heiyan/cs144/sponge/etc/tests.cmake;0;;/home/heiyan/cs144/sponge/CMakeLists.txt;27;include;/home/heiyan/cs144/sponge/CMakeLists.txt;0;")
./build/CTestTestfile.cmake:add_test(t_send_connect "/home/heiyan/cs144/sponge/build/tests/send_connect")
./build/CTestTestfile.cmake:set_tests_properties(t_send_connect PROPERTIES _BACKTRACE_TRIPLES "/home/heiyan/cs144/sponge/etc/tests.cmake;17;add_test;/home/heiyan/cs144/sponge/etc/tests.cmake;0;;/home/heiyan/cs144/sponge/CMakeLists.txt;27;include;/home/heiyan/cs144/sponge/CMakeLists.txt;0;")
./build/CTestTestfile.cmake:add_test(ec_connect "fsm_connect")
./build/CTestTestfile.cmake:set_tests_properties(ec_connect PROPERTIES _BACKTRACE_TRIPLES "/home/heiyan/cs144/sponge/etc/tests.cmake;54;add_test;/home/heiyan/cs144/sponge/etc/tests.cmake;0;;/home/heiyan/cs144/sponge/CMakeLists.txt;27;include;/home/heiyan/cs144/sponge/CMakeLists.txt;0;")
./build/CTestTestfile.cmake:add_test(t_connect "/home/heiyan/cs144/sponge/build/tests/fsm_connect_relaxed")
./build/CTestTestfile.cmake:set_tests_properties(t_connect PROPERTIES _BACKTRACE_TRIPLES "/home/heiyan/cs144/sponge/etc/tests.cmake;55;add_test;/home/heiyan/cs144/sponge/etc/tests.cmake;0;;/home/heiyan/cs144/sponge/CMakeLists.txt;27;include;/home/heiyan/cs144/sponge/CMakeLists.txt;0;")
./build/Testing/Temporary/CTestCostData.txt:t_recv_connect 188 5.5e-06
./build/Testing/Temporary/CTestCostData.txt:t_send_connect 76 1.785e-05
./build/Testing/Temporary/CTestCostData.txt:t_connect 5 0.00030554
./build/Makefile:# Target rules for targets named send_connect
./build/Makefile:send_connect: cmake_check_build_system
./build/Makefile: $(MAKE) -f CMakeFiles/Makefile2 send_connect
./build/Makefile:.PHONY : send_connect
./build/Makefile:send_connect/fast:
./build/Makefile: $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/build
./build/Makefile:.PHONY : send_connect/fast
./build/Makefile:# Target rules for targets named recv_connect
./build/Makefile:recv_connect: cmake_check_build_system
./build/Makefile: $(MAKE) -f CMakeFiles/Makefile2 recv_connect
./build/Makefile:.PHONY : recv_connect
./build/Makefile:recv_connect/fast:
./build/Makefile: $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/build
./build/Makefile:.PHONY : recv_connect/fast
./build/Makefile:# Target rules for targets named fsm_connect_relaxed
./build/Makefile:fsm_connect_relaxed: cmake_check_build_system
./build/Makefile: $(MAKE) -f CMakeFiles/Makefile2 fsm_connect_relaxed
./build/Makefile:.PHONY : fsm_connect_relaxed
./build/Makefile:fsm_connect_relaxed/fast:
./build/Makefile: $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/build
./build/Makefile:.PHONY : fsm_connect_relaxed/fast
./build/Makefile: @echo "... send_connect"
./build/Makefile: @echo "... recv_connect"
./build/Makefile: @echo "... fsm_connect_relaxed"
./build/CMakeFiles/Makefile2:tests/all: tests/CMakeFiles/send_connect.dir/all
./build/CMakeFiles/Makefile2:tests/all: tests/CMakeFiles/recv_connect.dir/all
./build/CMakeFiles/Makefile2:tests/all: tests/CMakeFiles/fsm_connect_relaxed.dir/all
./build/CMakeFiles/Makefile2:tests/clean: tests/CMakeFiles/send_connect.dir/clean
./build/CMakeFiles/Makefile2:tests/clean: tests/CMakeFiles/recv_connect.dir/clean
./build/CMakeFiles/Makefile2:tests/clean: tests/CMakeFiles/fsm_connect_relaxed.dir/clean
./build/CMakeFiles/Makefile2:# Target rules for target tests/CMakeFiles/send_connect.dir
./build/CMakeFiles/Makefile2:tests/CMakeFiles/send_connect.dir/all: libsponge/CMakeFiles/sponge.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/send_connect.dir/all: tests/CMakeFiles/spongechecks.dir/all
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/depend
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/build
./build/CMakeFiles/Makefile2: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=56 "Built target send_connect"
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/send_connect.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/send_connect.dir/rule: cmake_check_build_system
./build/CMakeFiles/Makefile2: $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/send_connect.dir/all
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/send_connect.dir/rule
./build/CMakeFiles/Makefile2:send_connect: tests/CMakeFiles/send_connect.dir/rule
./build/CMakeFiles/Makefile2:.PHONY : send_connect
./build/CMakeFiles/Makefile2:tests/CMakeFiles/send_connect.dir/clean:
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/send_connect.dir/build.make tests/CMakeFiles/send_connect.dir/clean
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/send_connect.dir/clean
./build/CMakeFiles/Makefile2:# Target rules for target tests/CMakeFiles/recv_connect.dir
./build/CMakeFiles/Makefile2:tests/CMakeFiles/recv_connect.dir/all: libsponge/CMakeFiles/sponge.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/recv_connect.dir/all: tests/CMakeFiles/spongechecks.dir/all
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/depend
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/build
./build/CMakeFiles/Makefile2: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=46,47 "Built target recv_connect"
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/recv_connect.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/recv_connect.dir/rule: cmake_check_build_system
./build/CMakeFiles/Makefile2: $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/recv_connect.dir/all
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/recv_connect.dir/rule
./build/CMakeFiles/Makefile2:recv_connect: tests/CMakeFiles/recv_connect.dir/rule
./build/CMakeFiles/Makefile2:.PHONY : recv_connect
./build/CMakeFiles/Makefile2:tests/CMakeFiles/recv_connect.dir/clean:
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/recv_connect.dir/build.make tests/CMakeFiles/recv_connect.dir/clean
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/recv_connect.dir/clean
./build/CMakeFiles/Makefile2:# Target rules for target tests/CMakeFiles/fsm_connect_relaxed.dir
./build/CMakeFiles/Makefile2:tests/CMakeFiles/fsm_connect_relaxed.dir/all: libsponge/CMakeFiles/sponge.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/fsm_connect_relaxed.dir/all: tests/CMakeFiles/spongechecks.dir/all
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/depend
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/build
./build/CMakeFiles/Makefile2: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=19,20 "Built target fsm_connect_relaxed"
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/all
./build/CMakeFiles/Makefile2:tests/CMakeFiles/fsm_connect_relaxed.dir/rule: cmake_check_build_system
./build/CMakeFiles/Makefile2: $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/fsm_connect_relaxed.dir/all
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/rule
./build/CMakeFiles/Makefile2:fsm_connect_relaxed: tests/CMakeFiles/fsm_connect_relaxed.dir/rule
./build/CMakeFiles/Makefile2:.PHONY : fsm_connect_relaxed
./build/CMakeFiles/Makefile2:tests/CMakeFiles/fsm_connect_relaxed.dir/clean:
./build/CMakeFiles/Makefile2: $(MAKE) -f tests/CMakeFiles/fsm_connect_relaxed.dir/build.make tests/CMakeFiles/fsm_connect_relaxed.dir/clean
./build/CMakeFiles/Makefile2:.PHONY : tests/CMakeFiles/fsm_connect_relaxed.dir/clean
./build/CMakeFiles/check_lab4.dir/build.make: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/heiyan/cs144/sponge/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Testing the TCP connection..."
./build/CMakeFiles/Makefile.cmake: "tests/CMakeFiles/send_connect.dir/DependInfo.cmake"
./build/CMakeFiles/Makefile.cmake: "tests/CMakeFiles/recv_connect.dir/DependInfo.cmake"
./build/CMakeFiles/Makefile.cmake: "tests/CMakeFiles/fsm_connect_relaxed.dir/DependInfo.cmake"
./build/CMakeFiles/TargetDirectories.txt:/home/heiyan/cs144/sponge/build/tests/CMakeFiles/send_connect.dir
./build/CMakeFiles/TargetDirectories.txt:/home/heiyan/cs144/sponge/build/tests/CMakeFiles/recv_connect.dir
./build/CMakeFiles/TargetDirectories.txt:/home/heiyan/cs144/sponge/build/tests/CMakeFiles/fsm_connect_relaxed.dir