Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type ServerStruct
- hSock as socket
- Address as string
- Port as integer
- sInBuff as string 'the actual variable holding the buffer
- iInBuffPos as integer 'how much is on the buffer?
- union
- iInBuffFlags as ubyte 'all below... combined
- type
- bInBuffDiscard :1 as ubyte 'we are discarding all until EOL is found?
- bInBuffDoCheck :1 as ubyte 'there's leftover data to check?
- end type
- end union
- end type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement