Search Results

Search: Posts Made By: baker
Forum: IP Networking 03-22-2014
2,470
Posted By Perderabo
OK, a program is running and it was to open a...
OK, a program is running and it was to open a TCP connect to, say, port 75 on the computer with an IP address of 1.2.3.4. So the program invokes a socket() system call to obtain a TCP socket. Then...
1,374
Posted By neutronscott
probably because of the data types. try...
probably because of the data types. try converting sp[0] to an integer as well:


if int(sp[0]) == re:
Forum: IP Networking 12-02-2013
1,701
Posted By Yoda
It means device B is expecting to hear sequence...
It means device B is expecting to hear sequence 2001 (ACK=2001). So in step 3, when ACK is send the SEQ will be 2001.

Refer: RFC 793 (Section 3.4) (http://tools.ietf.org/html/rfc793#section-3.4)
1,092
Posted By RudiC
Use code tags as required by forum rules! ...
Use code tags as required by forum rules!

Without code tags we can't see the spaces within/around your [[ ... ]] construct. Looks like you've got a space too many...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy