feat(parsing/includes): adding the PACKET_SIZE to define
This commit is contained in:
parent
89eaf3402c
commit
b013be4420
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/03/23 14:49:37 by rparodi #+# #+# */
|
/* Created: 2026/03/23 14:49:37 by rparodi #+# #+# */
|
||||||
/* Updated: 2026/03/30 12:19:17 by rparodi ### ########.fr */
|
/* Updated: 2026/03/30 15:48:05 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -22,6 +22,8 @@
|
||||||
# define BONUS 0
|
# define BONUS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define ICMP_PAYLOAD 56
|
||||||
|
|
||||||
typedef struct s_args {
|
typedef struct s_args {
|
||||||
char short_option;
|
char short_option;
|
||||||
char *long_option;
|
char *long_option;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue